three-stdlib 2.25.1 → 2.26.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,6 +22,7 @@ declare class OrbitControls extends EventDispatcher {
22
22
  panSpeed: number;
23
23
  screenSpacePanning: boolean;
24
24
  keyPanSpeed: number;
25
+ zoomToCursor: boolean;
25
26
  autoRotate: boolean;
26
27
  autoRotateSpeed: number;
27
28
  reverseOrbit: boolean;