Sfoglia il codice sorgente

More doc (Vector3)

David Catuhe 7 anni fa
parent
commit
163df34576

File diff suppressed because it is too large
+ 11110 - 10849
dist/preview release/babylon.d.ts


File diff suppressed because it is too large
+ 0 - 1331
dist/preview release/typedocValidationBaseline.json


File diff suppressed because it is too large
+ 373 - 116
src/Math/babylon.math.ts


+ 2 - 2
src/Mesh/babylon.mesh.ts

@@ -3310,8 +3310,8 @@
                     minVector = boundingBox.minimumWorld;
                     maxVector = boundingBox.maximumWorld;
                 } else {
-                    minVector.MinimizeInPlace(boundingBox.minimumWorld);
-                    maxVector.MaximizeInPlace(boundingBox.maximumWorld);
+                    minVector.minimizeInPlace(boundingBox.minimumWorld);
+                    maxVector.maximizeInPlace(boundingBox.maximumWorld);
                 }
             });