threepipe
Version:
A modern 3D viewer framework built on top of three.js, written in TypeScript, designed to make creating high-quality, modular, and extensible 3D experiences on the web simple and enjoyable.
16 lines • 668 B
TypeScript
import { GLTFLoaderPlugin, GLTFParser } from 'three/examples/jsm/loaders/GLTFLoader.js';
import { GLTFExporterPlugin, GLTFWriter } from 'three/examples/jsm/exporters/GLTFExporter.js';
export declare class GLTFLightExtrasExtension {
static readonly WebGiLightExtrasExtension = "WEBGI_light_extras";
/**
* Also {@link Export}
* @param _
*/
static Import: (_: GLTFParser) => GLTFLoaderPlugin;
/**
* Also {@link Import}
*/
static Export: (w: GLTFWriter) => GLTFExporterPlugin;
static Textures: Record<string, string | number> | undefined;
}
//# sourceMappingURL=../../src/assetmanager/gltf/GLTFLightExtrasExtension.d.ts.map