Michael Herzog 10 месяцев назад
Родитель
Сommit
fe2a12c88c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      examples/jsm/math/Capsule.js

+ 1 - 1
examples/jsm/math/Capsule.js

@@ -61,7 +61,7 @@ class Capsule {
 	 * @param {Vector3} start - The start vector.
 	 * @param {Vector3} end - The end vector
 	 * @param {number} radius - The capsule's radius.
-	 * @return {Box2} A reference to this bounding box.
+	 * @return {Capsule} A reference to this capsule.
 	 */
 	set( start, end, radius ) {
 

粤ICP备19079148号