Skip to content
Merged
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
6 changes: 6 additions & 0 deletions _release-content/migration-guides/atmosphere_entity.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@ commands.spawn(Atmosphere::earth(earth_medium));
The `bottom_radius` and `top_radius` fields on the `Atmosphere` component have been renamed to `inner_radius` and `outer_radius` respectively to reflect their new meaning.

See the [updated atmosphere example](https://bevy.org/examples/3d-rendering/atmosphere/) and documentation for details.

There have been some renames:

- `Atmosphere::earthlike` -> `Atmosphere::earth`
- `bevy::pbr::Atmosphere` -> `bevy::light::Atmosphere`
- `bevy::pbr::ScatteringMedium` -> `bevy::light::atmosphere::ScatteringMedium`
Loading