threepipe
Version:
A modern 3D viewer framework built on top of three.js, written in TypeScript, designed to make creating high-quality, modular, and extensible 3D experiences on the web simple and enjoyable.
20 lines (17 loc) • 589 B
text/typescript
export * from './viewer/index'
export * from './three/Threejs'
export * from './three/addons'
export * from './three/index'
export * from './core/index'
export * from './assetmanager/index'
export * from './utils/index'
export * from './plugins/index'
export * from './postprocessing/index'
export * from './materials/index'
export * from './rendering/index'
export * from './ui/image-ui'
export * from './ui/uiconfig'
// testing
export {_testStart, _testFinish} from './testing/testing'
// deprecated
export {autoCenterObject3D, autoScaleObject3D} from './three/utils/object-transform'