UNPKG

@vctrl/viewer

Version:

vctrl/viewer is a React component library for rendering and interacting with 3D models. It's part of the vectreal ecosystem and is designed to work seamlessly with the vctrl/hooks package for model loading and management.

6 lines (5 loc) 451 B
export { default as SceneModel } from './scene-model'; export { default as SceneCamera, type CameraProps, defaultCameraOptions, } from './scene-camera'; export { default as SceneControls, type ControlsProps, defaultControlsOptions, } from './scene-controls'; export { default as SceneGrid, type GridProps, defaultGridOptions, } from './scene-grid'; export { default as SceneEnvironment, type EnvProps, defaultEnvOptions, } from './scene-environment';