UNPKG

@deck.gl/mesh-layers

Version:

deck.gl layers that loads 3D meshes or scene graphs

6 lines 263 B
import type { GroupNode } from '@luma.gl/engine'; import type { GLTFScenegraphs } from '@luma.gl/gltf'; export declare function waitForGLTFAssets(gltfObjects: GLTFScenegraphs | { scenes: GroupNode[]; }): Promise<void>; //# sourceMappingURL=gltf-utils.d.ts.map