Skip to content

Commit

Permalink
restore light + gitignore the assets
Browse files Browse the repository at this point in the history
  • Loading branch information
gbin committed Dec 31, 2024
1 parent 0e08e7c commit cd963f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion examples/cu_drone/src/world.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cd963f1

Please sign in to comment.