Browse Source

Updated Comment

Arthur Fiedler 6 năm trước cách đây
mục cha
commit
f39f173800
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      src/Meshes/polygonMesh.ts

+ 1 - 2
src/Meshes/polygonMesh.ts

@@ -236,9 +236,8 @@ export class PolygonMeshBuilder {
     
     /**
      * Creates the polygon
-     * @param updatable If the mesh should be updatable
      * @param depth The depth of the mesh created
-     * @returns the created mesh
+     * @returns the created VertexData
      */
     buildVertexData(depth: number = 0): VertexData {
         var result = new VertexData();