浏览代码

Update Sphere.js

Fix type in `fromJSON()`.
Michael Herzog 4 月之前
父节点
当前提交
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号