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 764 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 } from './gltfEncyptionHelpers'; //# sourceMappingURL=index.js.map