Skip to content

Commit

Permalink
Doc-check police
Browse files Browse the repository at this point in the history
  • Loading branch information
pcwalton committed Jan 3, 2024
1 parent 52aba03 commit 729824e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/bevy_pbr/src/light_probe/environment_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
//! 1. If attached to a view, they represent the objects located a very far
//! distance from the view, in a similar manner to a skybox. Essentially, these
//! *view environment maps* represent a higher-quality replacement for
//! [`AmbientLight`] for outdoor scenes. The indirect light from such
//! environment maps are added to every point of the scene, including interior
//! enclosed areas.
//! [`crate::AmbientLight`] for outdoor scenes. The indirect light from such
//! environment maps are added to every point of the scene, including
//! interior enclosed areas.
//!
//! 2. If attached to a [`LightProbe`], environment maps represent the immediate
//! surroundings of a specific location in the scene. These types of
Expand Down

0 comments on commit 729824e

Please sign in to comment.