Browse Source

Update babylon.polygonmesh.ts

changed addside to addSide
jkoehoorn 10 năm trước cách đây
mục cha
commit
4cd5ea69eb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Babylon/Mesh/babylon.polygonmesh.ts

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

@@ -214,7 +214,7 @@ module BABYLON {
             return result;
         } 
 
-       private addside(positions: any[], normals: any[], uvs: any[], indices:any[],bounds: any, points: PolygonPoints, depth:number, flip:boolean ){
+       private addSide(positions: any[], normals: any[], uvs: any[], indices:any[],bounds: any, points: PolygonPoints, depth:number, flip:boolean ){
             var StartIndex: number = positions.length / 3;
             var ulength: number = 0;
             for (var i: number = 0; i < points.elements.length; i++) {