UNPKG

@loaders.gl/gltf

Version:

Framework-independent loader for the glTF format

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