webcad-api/types/Loader/ExrLoader.d.ts

3 lines
132 B
TypeScript
Raw Normal View History

2021-02-22 14:13:27 +08:00
import { Texture } from "three";
export declare function LoadDefaultExr(): Promise<Texture>;
//# sourceMappingURL=ExrLoader.d.ts.map