@3dverse/livelink-camera-controls
Version:
A camera control for three.js, similar to THREE.OrbitControls yet supports smooth transitions and more features.
11 lines (10 loc) • 344 B
TypeScript
export { CameraControls as default } from "./CameraControls";
export { KeyboardFlyControls } from "./utils/KeyboardFlyControls";
export { Clock } from "./Clock";
export { EventDispatcher } from "./EventDispatcher";
export * from "./types";
declare global {
interface Window {
__LIVELINK__: Record<string, string>;
}
}