فهرست منبع

Update babylon.polygonmesh.js

Samuel Girardin 10 سال پیش
والد
کامیت
6e3dd5ff8c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Babylon/Mesh/babylon.polygonmesh.js

+ 1 - 1
Babylon/Mesh/babylon.polygonmesh.js

@@ -137,7 +137,7 @@ var BABYLON;
                 });
             });
             result.setVerticesData(VertexBuffer.PositionKind,positions,  updatable);
-            result.setVerticesData(VertexBuffer.NormalKind,  updatable);
+            result.setVerticesData(VertexBuffer.NormalKind,normals, updatable);
             result.setVerticesData(VertexBuffer.UVKind,uvs, updatable);
             result.setIndices(indices);
             return result;