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'
