webcad-api/types/Common/SetMaterial.d.ts

3 lines
163 B
TypeScript
Raw Normal View History

2023-05-08 10:53:13 +08:00
import { Material, Object3D } from "three";
export declare function SetMaterial(obj: Object3D, material: Material): void;
2020-09-24 11:04:12 +08:00
//# sourceMappingURL=SetMaterial.d.ts.map