Przeglądaj źródła

Update Box3.js

Clean up.
Michael Herzog 1 tydzień temu
rodzic
commit
0b6dc718c9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/math/Box3.js

+ 1 - 1
src/math/Box3.js

@@ -144,7 +144,7 @@ class Box3 {
 	 *
 	 * Note: To compute the correct bounding box, make sure the given 3D object
 	 * has an up-to-date world matrix that reflects the current transformation of its
-	 * ancestor nodes. Call `object.updateWorldMatrix( true, false )` beforehand if 
+	 * ancestor nodes. Call `object.updateWorldMatrix( true, false )` beforehand if
 	 * you're unsure.
 	 *
 	 * @param {Object3D} object - The 3D object to compute the bounding box for.

粤ICP备19079148号