UNPKG

three-stdlib

Version:

stand-alone library of threejs examples

15 lines (14 loc) 300 B
export interface StandardControlsEventMap { /** * Fires when the camera has been transformed by the controls. */ change: {}; /** * Fires when an interaction was initiated. */ start: {}; /** * Fires when an interaction has finished. */ end: {}; }