소스 검색

FR to EN comments :)

I hope the translation is correct.
V!nc3r 7 년 전
부모
커밋
254d328dbb
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;
         }
     }
-}
+}