UNPKG

@loaders.gl/gltf

Version:

Framework-independent loader for the glTF format

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