同步最新的WebCAD代码,包括窗户与材质槽

This commit is contained in:
ChenX
2023-01-11 09:59:43 +08:00
parent 9ff24d8fbf
commit 12a50e98c6
435 changed files with 5165 additions and 1407 deletions

View File

@@ -86,7 +86,7 @@ export declare function angleAndX(v: Vector3 | Vector2): number;
export declare function clampRad(an: number): number;
export declare function updateGeometry(l: Line | Mesh, geometry: Geometry | BufferGeometry): void;
export declare function UpdateBoundingSphere(obj: Object3D): void;
export declare type compareVectorFn = (v1: Vector, v2: Vector) => number;
export type compareVectorFn = (v1: Vector, v2: Vector) => number;
/**
* 构建返回一个用来排序的函数.根据key创建排序规则.
*