Przeglądaj źródła

Update Sphere.js

Fix type in `fromJSON()`.
Michael Herzog 1 miesiąc temu
rodzic
commit
f57f64429e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/math/Sphere.js

+ 1 - 1
src/math/Sphere.js

@@ -405,7 +405,7 @@ class Sphere {
 	 * Returns a serialized structure of the bounding sphere.
 	 *
 	 * @param {Object} json - The serialized json to set the sphere from.
-	 * @return {Box3} A reference to this bounding sphere.
+	 * @return {Sphere} A reference to this bounding sphere.
 	 */
 	fromJSON( json ) {
 

粤ICP备19079148号