功能:提供房间和墙体关联关系

This commit is contained in:
ChenX
2022-11-01 17:38:37 +08:00
parent 35f2e8fea9
commit e74917cf54
139 changed files with 1064 additions and 494 deletions

View File

@@ -29,5 +29,5 @@ export declare function GetGoochShader(): {
vertexShader: any;
fragmentShader: any;
};
export declare function GetGoodShaderSimple(color?: Vector3, side?: import("three").Side): ShaderMaterialParameters;
export declare function GetGoodShaderSimple(color?: Vector3, side?: import("three").Side, logBuf?: boolean): ShaderMaterialParameters;
//# sourceMappingURL=GoochShader.d.ts.map