Skip to content

Commit

Permalink
Re-nabled cursor orbiting
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandruPopovici committed Jan 29, 2025
1 parent ead9c1f commit a2c04d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/viewer/src/modules/extensions/CameraController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const DefaultOrbitControlsOptions: Required<CameraControllerOptions> = {
touchAction: 'none',
infiniteZoom: true,
zoomToCursor: true,
orbitAroundCursor: false,
orbitAroundCursor: true,
showOrbitPoint: true,
lookSpeed: 1,
moveSpeed: 1,
Expand Down

0 comments on commit a2c04d8

Please sign in to comment.