mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
More explicit help how to cycle the cameras (#6162)
# Objective Scene viewer example has switch camera keys defined, but only one camera was instantiated on the scene. ## Solution More explicit help how to cycle the cameras, explaining that more cameras must be present in loaded scene. Co-authored-by: Fanda Vacek <fvacek@elektroline.cz>
This commit is contained in:
parent
720b67396f
commit
2362cebcae
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Controls:
|
|||
Q - down
|
||||
L - animate light direction
|
||||
U - toggle shadows
|
||||
C - cycle through cameras
|
||||
C - cycle through the camera controller and any cameras loaded from the scene
|
||||
5/6 - decrease/increase shadow projection width
|
||||
7/8 - decrease/increase shadow projection height
|
||||
9/0 - decrease/increase shadow projection near/far
|
||||
|
|
Loading…
Reference in a new issue