UNPKG

@loaders.gl/gltf

Version:

Framework-independent loader for the glTF format

7 lines 292 B
import type { GLTF } from "../../types/gltf-json-schema.js"; export declare const name = "KHR_materials_unlit"; export declare function decode(gltfData: { json: GLTF; }): Promise<void>; export declare function encode(gltfData: any): void; //# sourceMappingURL=KHR_materials_unlit.d.ts.map