Skip to content

Commit

Permalink
Unicode!
Browse files Browse the repository at this point in the history
  • Loading branch information
richchurcher committed Sep 9, 2024
1 parent 1d278b4 commit 2631c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/camera/projection_zoom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fn setup(
mut materials: ResMut<Assets<StandardMaterial>>,
) {
// Perspective projections use field of view, expressed in radians. We would
// normally not set it to more than PI, which represents a 180° FOV.
// normally not set it to more than π, which represents a 180° FOV.
let min_fov = PI / 5.;
let max_fov = PI - 0.2;

Expand Down

0 comments on commit 2631c71

Please sign in to comment.