webgi-gltf-extensions
Version:
WEBGI GLTF Extensions for glTF-Transform and three.js
26 lines (23 loc) • 1.16 kB
text/typescript
export {WebGIViewerExtension} from './gltf-transform/WebGIViewerExtension'
export {
WebGIMaterialsAlphaMap,
WebGIMaterialsBumpMap,
WebGIMaterialsDisplacementMap,
WebGIMaterialsLightMap
} from './gltf-transform/WebGIThreeMaterialMaps'
export {WebGIAnimationMarkers, WebGIMaterialsDiamond} from './gltf-transform/WebGIExtensions'
export {
WebGIMaterialsAnisotropy,
WebGIMaterialsClearcoatTint,
WebGIMaterialsCustomBumpMap,
WebGIMaterialsNoiseBump,
WebGIMaterialsSSBevel,
WebGIMaterialsThinFilmLayer,
WebGIMaterialsTriplanarMapping
} from './gltf-transform/WebGIMaterialExtensions'
export {WebGILightExtras, WebGIMaterialExtras, WebGIObject3DExtras} from './gltf-transform/WebGIExtrasExtensions'
export {WEBGI_EXTENSIONS} from './gltf-transform/index'
export {GLTFMaterialsAlphaMapExtension} from './threejs/GLTFMaterialsAlphaMapExtension'
export {GLTFMaterialsBumpMapExtension} from './threejs/GLTFMaterialsBumpMapExtension'
export {GLTFMaterialsDisplacementMapExtension} from './threejs/GLTFMaterialsDisplacementMapExtension'
export {GLTFMaterialsLightMapExtension} from './threejs/GLTFMaterialsLightMapExtension'