Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing links in 0.15 release notes #1864

Merged
merged 1 commit into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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