UNPKG

threepipe

Version:

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

10 lines (9 loc) 734 B
export {GLTFLightExtrasExtension} from './GLTFLightExtrasExtension' export {GLTFMaterialExtrasExtension} from './GLTFMaterialExtrasExtension' export {GLTFMaterialsAlphaMapExtension} from './GLTFMaterialsAlphaMapExtension' export {GLTFMaterialsBumpMapExtension} from './GLTFMaterialsBumpMapExtension' export {GLTFMaterialsDisplacementMapExtension} from './GLTFMaterialsDisplacementMapExtension' export {GLTFMaterialsLightMapExtension} from './GLTFMaterialsLightMapExtension' export {GLTFObject3DExtrasExtension} from './GLTFObject3DExtrasExtension' export {GLTFViewerConfigExtension} from './GLTFViewerConfigExtension' export {glbEncryptionPreparser, glbEncryptionProcessor, type IGLBEncryptionPreparser} from './gltfEncyptionHelpers'