Explorar el Código

Updated Comment

Arthur Fiedler hace 6 años
padre
commit
f39f173800
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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();