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 17e96ed
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/3d/shadow_biases_pipelined.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ use bevy::{
};

fn main() {
println!(
"Controls:
WSAD - forward/back/strafe left/right
LShift - 'run'
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 17e96ed

Please sign in to comment.