-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
A tracking issue for things to do for the Bevy 0.10 release.
Bevy groundwork
Some of the changes I want require Bevy support.
- Optional/Resultful System Params (to support
Option<Atmosphere>
) (in progress) - Custom Asset Loading (to support loading cube textures)
- Unsized
AsBindGroup
(to clean upAtmospheric
trait) (merged)
QOL Changes
- Create way to disable auto-rotation (Create a way to disable the automatic rotation. #39)
Remove mesh bloat by instancing a single skybox mesh and scale it to fit the camera far plane? (Add a new system for auto-scaling the cube to respond to changes with the camera far plane?)(Ignoring for now, will use the new system for skyboxes in 0.11)- Add an FAQ for common problems (notably Support for
AtmosphereCamera
in child position #40) - Rename models to have a -
Model
suffix (SeeImageModel
below,Image
is already a Bevy type) for consistency - Merge
RegisterAtmosphericModel
intoAtmospheric
viaSelf: Sized
constraint
Features
Layer System (Feature: Layer System #41)- Add
ImageModel
- Add PBL support (merged)
- Add more accurate sky model for PBL?
Metadata
Metadata
Assignees
Labels
No labels