浏览代码

Merge pull request #4396 from Vinc3r/patch-1

FR to EN comments :)
David Catuhe 7 年之前
父节点
当前提交
c4b36ebe32
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/Mesh/babylon.mesh.ts

+ 3 - 3
src/Mesh/babylon.mesh.ts

@@ -3432,12 +3432,12 @@
             // Subdivide
             if (subdivideWithSubMeshes) {
 
-                //-- Suppresions du submesh global
+                //-- removal of global submesh
                 meshSubclass.releaseSubMeshes();
                 index = 0;
                 var offset = 0;
 
-                //-- aplique la subdivision en fonction du tableau d'indices
+                //-- apply subdivision according to index table
                 while (index < indiceArray.length) {
                     SubMesh.CreateFromIndices(0, offset, indiceArray[index], meshSubclass);
                     offset += indiceArray[index];
@@ -3448,4 +3448,4 @@
             return meshSubclass;
         }
     }
-}
+}