Skip to content

Commit 8f617d8

Browse files
committed
clippy
1 parent 46ca7bc commit 8f617d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/processing_render/src/camera.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
//! 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.
53
//! - Free camera: WASD to move, mouse to look around.
64
//! - Pan camera: middle mouse button to pan, scroll wheel to zoom.
75
use std::f32::consts::FRAC_PI_2;

0 commit comments

Comments
 (0)