Selaa lähdekoodia

Merge pull request #4112 from haestflod/master

Documented breaking changes for vector3 & vector4
David Catuhe 7 vuotta sitten
vanhempi
commit
410880b502
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      dist/preview release/what's new.md

+ 3 - 0
dist/preview release/what's new.md

@@ -146,3 +146,6 @@
 - Engine's onCanvasPointerOutObservable will now return a PointerEvent instead of the Engine. ([trevordev](https://github.com/trevordev))
 - Removed public references to default rendering pipeline's internal post process ([trevordev](https://github.com/trevordev))
 - `Bone.setScale` does not support scaleChildren property anymore. You can use `Bone.scale` to achieve the same effect ([deltakosh](https://github.com/deltakosh))
+- Vector3 & Vector4:
+    - `MinimizeInPlace` has been renamed to `minimizeInPlace`
+    - `MaximizeInPlace` has been renamed to `maximizeInPlace`