同步最新的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

@@ -25,7 +25,7 @@ declare const DefaultParam: Readonly<{
UVType: 0;
sharpen: 1;
}>;
declare type MaterialParam = typeof DefaultParam;
type MaterialParam = typeof DefaultParam;
export declare const DefaultParamMap: Readonly<{
木纹: Readonly<{
color: "#ffffff";
@@ -353,7 +353,7 @@ export declare const DefaultParamMap: Readonly<{
sharpen: 1;
}>;
}>;
export declare type MaterialType = keyof (typeof DefaultParamMap);
export type MaterialType = keyof (typeof DefaultParamMap);
export declare function SetMaterialParams(mtl: PhysicalMaterialRecord, param: MaterialParam): void;
export {};
//# sourceMappingURL=IMaterialDefaultParam.d.ts.map