Update CHANGELOG-v3.50.md

This commit is contained in:
Richard Davey 2020-10-01 10:57:17 +01:00
parent d8992ccf9d
commit e0d4e84d45

View file

@ -550,6 +550,7 @@ Since v3.0.0 the Game Object `render` functions have received a parameter called
* `Matrix4.multiplyMatrices` is a new method that multiplies two given Matrix4 objects and stores the results in the Matrix4.
* `Matrix4.premultiply` is a new method that takes a Matrix4 and multiplies it by the current Matrix4.
* `Matrix4.getInverse` is a new method that takes a Matrix4, copies it to the current matrix, then returns the inverse of it.
* `WebGLRenderer.instancedArraysExtension` is a new property that holds the WebGL Extension for instanced array drawing, if supported by the browser.
### Updates and API Changes