加入umd编译配置,精简调色面板的数量.

This commit is contained in:
ChenX
2018-06-05 10:08:20 +08:00
parent fa20fa5f48
commit 1f0a91b75a
10 changed files with 8981 additions and 514 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): 0 | 1 | 2;
classifySide(polygon: any): 0 | 1 | 2 | 3;
classifyVertex(vertex: any): 1 | 0 | 2;
classifySide(polygon: any): 1 | 0 | 2 | 3;
splitPolygon(polygon: any, coplanar_front: any, coplanar_back: any, front: any, back: any): void;
}
export declare class Vertex {