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.

10 lines 544 B
export { SelectionWidget } from './SelectionWidget'; export { ACameraHelperWidget } from './ACameraHelperWidget'; export { AHelperWidget } from './AHelperWidget'; export { ALightHelperWidget } from './ALightHelperWidget'; export { BoxSelectionWidget } from './BoxSelectionWidget'; export { CameraHelper2 } from './CameraHelper2'; export { DirectionalLightHelper2 } from './DirectionalLightHelper2'; export { PointLightHelper2 } from './PointLightHelper2'; export { SpotLightHelper2 } from './SpotLightHelper2'; //# sourceMappingURL=index.js.map