Skip to content

Commit

Permalink
ArcballControls: Add rotateSpeed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Jul 1, 2023
1 parent 15e0d2d commit 85deba7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions types/three/examples/jsm/controls/ArcballControls.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ export class ArcballControls extends EventDispatcher {
*/
radiusFactor: number;

/**
* @default 1
*/
rotateSpeed: number;

constructor(camera: Camera, domElement: HTMLElement, scene?: Scene | null);

getRaycaster(): Raycaster;
Expand Down

0 comments on commit 85deba7

Please sign in to comment.