UNPKG

@loaders.gl/gltf

Version:

Framework-independent loader for the glTF format

7 lines 245 B
import type { GLTF } from "../types/gltf-json-schema.js"; /** Extension name */ export declare const name = "KHR_binary_glTF"; export declare function preprocess(gltfData: { json: GLTF; }): void; //# sourceMappingURL=KHR_binary_gltf.d.ts.map