Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 849 Bytes

CHANGELOG.md

File metadata and controls

14 lines (10 loc) · 849 Bytes

Changelog

0.15

  • Remove VoxelScene and VoxelSceneBundle: VoxSceneLoader now loads Voxel files directly into a Bevy Scene
  • VoxelSceneHook and VoxelSceneHookBundle removed in favour of observers
  • Ability to inject global VoxLoaderSettings into VoxSceneLoader as a workaround for the bugs in bevy where load_with_settings ignores settings under various conditions.
  • Add UnitOffset parameter to VoxLoaderSettings to override how vertex positions are centered

0.14

  • Support Bevy 0.14
  • Show new bevy rendering features in examples (volumetric fog in transmissions scene and depth-of-field in voxel collisions)
  • Create a palette from a gradient