webgi-gltf-extensions
Version:
WEBGI GLTF Extensions for glTF-Transform and three.js
7 lines • 1.26 kB
TypeScript
import { WebGIViewerExtension } from './WebGIViewerExtension';
import { WebGIMaterialsAlphaMap, WebGIMaterialsBumpMap, WebGIMaterialsDisplacementMap, WebGIMaterialsLightMap } from './WebGIThreeMaterialMaps';
import { WebGIAnimationMarkers, WebGIMaterialsDiamond } from './WebGIExtensions';
import { WebGIMaterialsAnisotropy, WebGIMaterialsClearcoatTint, WebGIMaterialsCustomBumpMap, WebGIMaterialsNoiseBump, WebGIMaterialsSSBevel, WebGIMaterialsThinFilmLayer, WebGIMaterialsTriplanarMapping } from './WebGIMaterialExtensions';
import { WebGILightExtras, WebGIMaterialExtras, WebGIObject3DExtras } from './WebGIExtrasExtensions';
export declare const WEBGI_EXTENSIONS: (typeof WebGIViewerExtension | typeof WebGIMaterialsBumpMap | typeof WebGIMaterialsLightMap | typeof WebGIMaterialsAlphaMap | typeof WebGIMaterialsDisplacementMap | typeof WebGIMaterialsDiamond | typeof WebGIAnimationMarkers | typeof WebGIMaterialsAnisotropy | typeof WebGIMaterialsCustomBumpMap | typeof WebGIMaterialsClearcoatTint | typeof WebGIMaterialsThinFilmLayer | typeof WebGIMaterialsTriplanarMapping | typeof WebGIMaterialsSSBevel | typeof WebGIMaterialsNoiseBump | typeof WebGILightExtras | typeof WebGIObject3DExtras | typeof WebGIMaterialExtras)[];
//# sourceMappingURL=index.d.ts.map