From 3fcf10ef0ef0fb3b0a3474ced10d42a340d35059 Mon Sep 17 00:00:00 2001 From: Guillaume Binet Date: Fri, 20 Dec 2024 08:43:40 -0600 Subject: [PATCH] restore light + gitignore the assets --- .gitignore | 3 +++ examples/cu_drone/src/world.rs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7fa2a22c9..ad3b5edb2 100644 --- a/.gitignore +++ b/.gitignore @@ -11,5 +11,8 @@ Cargo.lock /examples/ros_caterpillar/install /examples/cu_rp_balancebot/cu29_log_index +# Temp local assets ignore +/examples/cu_drone/assets + # Test generation project /templates/test_project diff --git a/examples/cu_drone/src/world.rs b/examples/cu_drone/src/world.rs index 5ca3de776..faa1493db 100644 --- a/examples/cu_drone/src/world.rs +++ b/examples/cu_drone/src/world.rs @@ -145,7 +145,7 @@ fn setup_scene( EnvironmentMapLight { diffuse_map: diffuse_map_handle, specular_map: specular_map_handle, - intensity: 90.0, + intensity: 600.0, }, ScreenSpaceReflectionsBundle { settings: ScreenSpaceReflectionsSettings {