Skip to content

Commit

Permalink
Update viewer sensitivity (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
tancik authored Nov 18, 2022
1 parent 54d822a commit 1f85a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nerfstudio/viewer/app/src/modules/Scene/Scene.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export function get_scene_tree() {
camera_controls.saveState();

const keyMap = [];
const moveSpeed = 0.02;
const moveSpeed = 0.008;
const rotSpeed = 0.015;
const EPS = 0.01;

Expand Down

0 comments on commit 1f85a31

Please sign in to comment.