Skip to content

Latest commit

 

History

History
121 lines (83 loc) · 12.9 KB

CHANGELOG.md

File metadata and controls

121 lines (83 loc) · 12.9 KB

0.6.5 (2023-06-12)

Features

0.6.4 (2023-06-06)

Bug Fixes

Features

0.6.3 (2023-05-30)

Bug Fixes

Features

0.6.2 (2023-05-15)

Bug Fixes

Features

0.6.1 (2023-05-07)

Bug Fixes

Features

  • Sample: add more samples - material, loader, render, sky (#105) (f455f42)

Breaking Changes

  • Scene3D: deprecated showSkyhideSky and exposure

0.6.0 (2023-05-06)

Bug Fixes

  • AtmosphericComponent: fix AtmosphericComponent (#99) (d70bba0)
  • CI: exit actions on test fail (c6af5ed)
  • CI: enable ci on dev (d839d02)
  • Engine: engine shadow lights collect init bug (#102) (2055c45)
  • Packages: image&video material shader and skeleton animation event (#100) (3a10b25)
  • Math: fix Matrix multiply function (#88) (5b0bde3)
  • chore: fix autoindex on windows (75ee2e0)
  • chore: update dependencies (98307e6)
  • chore: update issue template (2464ade)

Features

Breaking Changes

  • View3D: new View3D, add multi window support
  • Engine3D: deprecated Engine3D.startRender(ForwardRenderJob), replaced by Engine3D.startRenderView(View3D)
  • PostProcess: new PostProcessingComponent to render all posteffect jobs
  • ComponetBase: refactor lifecycle hooks, renamed update to onUpdate, deprecated destory
  • GUIHelp: removed GUIHelp from core
  • AtmosphericComponent: deprecated AtmosphericScatteringSky, replaced by AtmosphericComponent