UNPKG

threepipe

Version:

A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.

18 lines 682 B
import { GLTFLoaderPlugin, GLTFParser } from 'three/examples/jsm/loaders/GLTFLoader'; import { GLTFExporterPlugin, GLTFWriter } from 'three/examples/jsm/exporters/GLTFExporter'; export declare class GLTFObject3DExtrasExtension { static readonly WebGiObject3DExtrasExtension = "WEBGI_object3d_extras"; /** * Also {@link Export} * @param _ */ static Import: (_: GLTFParser) => GLTFLoaderPlugin; /** * Also {@link Import} * @param w * @constructor */ static Export: (w: GLTFWriter) => GLTFExporterPlugin; static Textures: Record<string, string | number> | undefined; } //# sourceMappingURL=GLTFObject3DExtrasExtension.d.ts.map