浏览代码

Merge pull request #8985 from Pryme8/p8/CapsuleMesh

Fix of duplicate descriptions
David Catuhe 5 年之前
父节点
当前提交
aff142e29a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Meshes/Builders/capsuleBuilder.ts

+ 1 - 1
src/Meshes/Builders/capsuleBuilder.ts

@@ -232,7 +232,7 @@ export interface ICreateCapsuleOptions{
     /** Radius of the capsule. */
     radius: number;
 
-    /** Height or Length of the capsule. */
+    /** Number of sub segments on the cap sections of the capsule running parallel to orientation. */
     capSubdivisions: number;
 
     /** Overwrite for the top radius. */