暴露相机控制变量.
This commit is contained in:
4
dist/ThreeCSG.d.ts
vendored
4
dist/ThreeCSG.d.ts
vendored
@@ -20,8 +20,8 @@ export declare class Polygon {
|
||||
calculateProperties(): this;
|
||||
clone(): Polygon;
|
||||
flip(): this;
|
||||
classifyVertex(vertex: any): 0 | 2 | 1;
|
||||
classifySide(polygon: any): 0 | 2 | 1 | 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 {
|
||||
|
||||
Reference in New Issue
Block a user