Przeglądaj źródła

FR to EN comments :)

I hope the translation is correct.
V!nc3r 7 lat temu
rodzic
commit
254d328dbb
1 zmienionych plików z 3 dodań i 3 usunięć
  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;
         }
     }
-}
+}