同步源码

This commit is contained in:
ChenX
2023-02-23 10:36:06 +08:00
parent ba2be9949d
commit 72af70545a
13 changed files with 123 additions and 75 deletions

View File

@@ -37,6 +37,7 @@ export declare class Database {
SunLight: DirectionalLight;
HemisphereLight: HemisphereLight;
DefaultMaterial: PhysicalMaterialRecord;
ExtendedData: any;
private idIndex;
private idMap;
constructor(buildDefaultDrawing?: boolean, IsDefaultDatabase?: boolean, disableHistoric?: boolean);