Update CHANGELOG.md

This commit is contained in:
Richard Davey 2020-07-29 18:12:43 +01:00
parent ee92d1dac9
commit 4c6458b500

View file

@ -115,6 +115,9 @@ If you used any of them in your code, please update to the new function names be
* `WebGLRenderer.setInt1iv` will allow you to look-up and set a 1iv uniform on the given shader.
* `Geom.Intersects.GetLineToLine` is a new function that will return a Vector3 containing the point of intersection between 2 line segments, with the `z` property holding the distance value.
* `Geom.Intersects.GetLineToPolygon` is a new function that checks for the closest point of intersection between a line segment and an array of polygons.
* `Phaser.Types.Math.Vector3Like` is a new data type representing as Vector 3 like object.
* `Phaser.Types.Math.Vector4Like` is a new data type representing as Vector 4 like object.
### Updates and API Changes