From 2362cebcae937173a6340fc0084ec0eb7499da5e Mon Sep 17 00:00:00 2001 From: Fanda Vacek Date: Wed, 5 Oct 2022 21:22:11 +0000 Subject: [PATCH] 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 --- examples/tools/scene_viewer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tools/scene_viewer.rs b/examples/tools/scene_viewer.rs index 0b1d7c9ae86c6..587dc0044d0cd 100644 --- a/examples/tools/scene_viewer.rs +++ b/examples/tools/scene_viewer.rs @@ -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