threepipe
Version:
A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.
17 lines • 607 B
JavaScript
export * from './viewer/index';
export * from './three/Threejs';
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';
//# sourceMappingURL=index.js.map