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.
16 lines • 616 B
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';
export { _testStart, _testFinish } from './testing/testing';
export { autoCenterObject3D, autoScaleObject3D } from './three/utils/object-transform';
//# sourceMappingURL=index.d.ts.map