Skip to content

Commit

Permalink
Wording tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
JMS55 committed Dec 7, 2024
1 parent 463f78d commit 5e1062d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/3d/decal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fn setup(
Name::new("Camera"),
Camera3d::default(),
CameraController::default(),
DepthPrepass, // Need to enable the depth prepass
DepthPrepass, // Must enable the depth prepass to render forward decals
EnvironmentMapLight {
diffuse_map: asset_server.load("environment_maps/pisa_diffuse_rgb9e5_zstd.ktx2"),
specular_map: asset_server.load("environment_maps/pisa_specular_rgb9e5_zstd.ktx2"),
Expand Down

0 comments on commit 5e1062d

Please sign in to comment.