UNPKG

@loaders.gl/gltf

Version:

Framework-independent loader for the glTF format

7 lines 330 B
import type { GLTF } from "../../types/gltf-json-schema.js"; import { GLTFLoaderOptions } from "../../../gltf-loader.js"; export declare const name = "EXT_feature_metadata"; export declare function decode(gltfData: { json: GLTF; }, options: GLTFLoaderOptions): Promise<void>; //# sourceMappingURL=EXT_feature_metadata.d.ts.map