UNPKG

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.

12 lines (10 loc) 694 B
// Note - any exports from this file should not contain imports to core, only to dependencies export {OrbitControls3} from './controls/OrbitControls3' export {TransformControls, TransformControlsGizmo, TransformControlsPlane} from './controls/TransformControls' export {PivotControls} from './controls/PivotControls' export {FirstPersonControls2} from './controls/FirstPersonControls2' export {PointerLockControls2, type PointerLockControls2EventMap} from './controls/PointerLockControls2' export {DeviceOrientationControls2} from './controls/DeviceOrientationControls2' export {OrbitControls2} from './controls/OrbitControls2' export {Box3B} from './math/Box3B' export * from './utils/index'