@loaders.gl/gltf
Version:
Framework-independent loader for the glTF format
5 lines • 367 B
TypeScript
import type { GLTFWithBuffers } from "../types/gltf-types.js";
import type { ParseGLTFOptions } from "../parsers/parse-gltf.js";
import type { GLTFPostprocessed } from "../types/gltf-postprocessed-schema.js";
export declare function postProcessGLTF(gltf: GLTFWithBuffers, options?: ParseGLTFOptions): GLTFPostprocessed;
//# sourceMappingURL=post-process-gltf.d.ts.map