소스 검색

Update babylon.polygonmesh.ts

Samuel Girardin 10 년 전
부모
커밋
28a7d1379f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Babylon/Mesh/babylon.polygonmesh.ts

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

@@ -153,7 +153,7 @@
             });
 
             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);