UNPKG

@deck.gl/mesh-layers

Version:

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

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