Просмотр исходного кода

Update Sphere.js

Fix type in `fromJSON()`.
Michael Herzog 1 месяц назад
Родитель
Сommit
f57f64429e
1 измененных файлов с 1 добавлено и 1 удалено
  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号