Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -69,6 +69,11 @@ declare class ArcballControls extends Controls<ArcballControlsEventMap> {
*/
enableAnimations: boolean;

/**
* Enable or disable camera focusing on double-tap (or click) operations. Default is true.
*/
enableFocus: boolean;

/**
* When set to true, a grid will appear when panning operation is being performed (desktop interaction only). Default is false.
*/
Expand Down
Loading