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

3 lines
132 B
TypeScript
Raw Normal View History

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