Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yomotsu committed Sep 20, 2020
1 parent 8edf14f commit f4d90b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/focal-offset.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

const cameraControls = new CameraControls( camera, renderer.domElement );
cameraControls.mouseButtons.right = CameraControls.ACTION.OFFSET;
cameraControls.touches.one = CameraControls.ACTION.TOUCH_OFFSET;
cameraControls.touches.one = CameraControls.ACTION.TOUCH_ROTATE;
cameraControls.touches.two = CameraControls.ACTION.TOUCH_DOLLY_OFFSET;
cameraControls.touches.three = CameraControls.ACTION.TOUCH_OFFSET;

Expand Down

0 comments on commit f4d90b1

Please sign in to comment.