UNPKG

@trickle/lec3d

Version:

easier three.js encapsulated by lec

5 lines (4 loc) 280 B
import { LoadGLTFParams, LoadFBXParams } from "./type"; /** 导入 GLTF 文件 */ export declare const loadGLTF: ({ modelPath, options, callback, }: LoadGLTFParams) => Promise<any>; export declare const loadFBX: ({ modelPath, options, callback, }: LoadFBXParams) => Promise<any>;