UNPKG

@3dverse/livelink-camera-controls

Version:

A camera control for three.js, similar to THREE.OrbitControls yet supports smooth transitions and more features.

14 lines (13 loc) 299 B
declare class Clock { autoStart: boolean; startTime: number; oldTime: number; elapsedTime: number; running: boolean; constructor(autoStart?: boolean); start(): void; stop(): void; getElapsedTime(): number; getDelta(): number; } export { Clock };