Skip to content

Commit

Permalink
shadow_biases_pipelined: Print usage to terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
superdump committed Jul 17, 2021
1 parent c5a7e76 commit a35f681
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/3d/shadow_biases_pipelined.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ use bevy::{
};

fn main() {
println!(
"Controls:
WSAD - forward/back/strafe left/right
E - up
Q - down
L - switch between directional and point lights
1/2 - decrease/increase point light depth bias
3/4 - decrease/increase point light normal bias
5/6 - decrease/increase direction light depth bias
7/8 - decrease/increase direction light normal bias"
);
App::new()
.add_plugins(PipelinedDefaultPlugins)
.add_startup_system(setup.system())
Expand Down

0 comments on commit a35f681

Please sign in to comment.