Skip to content

Commit

Permalink
Unicode FTW
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Hohenheim <jan@hohenheim.ch>
  • Loading branch information
bas-ie and janhohenheim authored Sep 9, 2024
1 parent 13ab155 commit 41f8cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/3d/perspective_zoom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fn setup(
mut materials: ResMut<Assets<StandardMaterial>>,
) {
camera_settings.orbit_speed = 0.02;
// Clamp FOV to this range. Note that we can't adjust FOV to more than PI,
// Clamp FOV to this range. Note that we can't adjust FOV to more than π,
// which represents a 180 degree field.
let min_zoom = PI / 6.;
let max_zoom = PI - 0.1;
Expand Down

0 comments on commit 41f8cf7

Please sign in to comment.