更新编译输出为es5支持老旧的浏览器

This commit is contained in:
ChenX
2018-06-06 17:23:22 +08:00
parent 256a7ea8a6
commit 29a6dd0fff
38 changed files with 616 additions and 533 deletions

4
dist/ThreeCSG.d.ts vendored
View File

@@ -20,8 +20,8 @@ export declare class Polygon {
calculateProperties(): this;
clone(): Polygon;
flip(): this;
classifyVertex(vertex: any): 1 | 0 | 2;
classifySide(polygon: any): 1 | 0 | 2 | 3;
classifyVertex(vertex: any): 0 | 2 | 1;
classifySide(polygon: any): 0 | 2 | 1 | 3;
splitPolygon(polygon: any, coplanar_front: any, coplanar_back: any, front: any, back: any): void;
}
export declare class Vertex {