Skip to content

0.7.0 Tracking Issue #42

@JonahPlusPlus

Description

@JonahPlusPlus

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 up Atmospheric 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 (See ImageModel below, Image is already a Bevy type) for consistency
  • Merge RegisterAtmosphericModel into Atmospheric via Self: Sized constraint

Features

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions