You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/processing_render/src/camera.rs
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
//! Supplies the following camera controllers:
2
-
//! - Orbit camera: left mouse button to orbit, middle mouse button to pan, right mouse button or
3
-
//! scroll wheel to zoom. Inspired by [PeasyCam](https://github.com/jdf/peasycam) by Jonathan
4
-
//! Feinberg.
2
+
//! - Orbit camera: left mouse button to orbit, middle mouse button to pan, right mouse button or scroll wheel to zoom. Inspired by [PeasyCam](https://github.com/jdf/peasycam) by Jonathan Feinberg.
5
3
//! - Free camera: WASD to move, mouse to look around.
6
4
//! - Pan camera: middle mouse button to pan, scroll wheel to zoom.
0 commit comments