Skip to content

Commit

Permalink
Fix missing links in 0.15 release notes (#1864)
Browse files Browse the repository at this point in the history
  • Loading branch information
jirisvd authored Nov 29, 2024
1 parent 99a4936 commit 63966a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ Let us know what you cook up: user feedback is indispensable for building a bett
[`Pointer<E>`]: https://docs.rs/bevy/0.15.0/bevy/picking/events/struct.Pointer.html
[`Trigger::propagate(false)`]: https://docs.rs/bevy/0.15.0/bevy/ecs/prelude/struct.Trigger.html#method.propagate
[`Parent`]: https://docs.rs/bevy/0.15.0/bevy/hierarchy/struct.Parent.html
[proto-relations]: https://github.com/bevyengine/bevy/issues/3742
[`Traversal`]: https://docs.rs/bevy/0.15.0/bevy/ecs/traversal/trait.Traversal.html
[proto-relations]: https://github.com/bevyengine/bevy/issues/3742
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ A camera with the [`VolumetricFog`] component will render any [`FogVolume`] enti
[`FogVolume`] has a `density_texture_offset`, which allows the 3D texture to be "scrolled". This allows effects such as clouds "passing through" the volume:

<video controls><source src="scrolling_fog.mp4" type="video/mp4"/></video>

[`FogVolume`]: https://docs.rs/bevy/0.15.0/bevy/pbr/struct.FogVolume.html
[`VolumetricFog`]: https://docs.rs/bevy/0.15.0/bevy/pbr/struct.VolumetricFog.html

0 comments on commit 63966a0

Please sign in to comment.