Skip to content

Latest commit

 

History

History
185 lines (120 loc) · 19 KB

CHANGELOG.md

File metadata and controls

185 lines (120 loc) · 19 KB

0.6.8 (2023-08-10)

Bug Fixes

  • entity: change number children(#279) (f066490)
  • material: fix uniformNode not update (#268) (23db052)
  • hoverContoller: opt maxDistance (8cd1498)
  • UniformNode: Fix error of Uniform data(number) (#276) (09266a6)

Features

  • godRay: Add feature of GodRay post. (#277) (1aa2a85)
  • octree: Use octree to Filter the scene tree (#275) (f30a2ae)

0.6.7 (2023-07-28)

Bug Fixes

Features

Performance Improvements

  • BoundingBox: add isBoundChange tag to Entity (#257) (70ece43)

0.6.6 (2023-06-28)

Bug Fixes

  • collider: Fix error of component deconstruction (#236) (7b6d356)
  • loader: fix unnecessary copy #233 (#235) (7ad1581)
  • material: Complete data for cloned shaders (#226) (fb7aa97)
  • Matrix4: Fix matrix calculation error of lookAt (#231) (a1617f6)
  • OrbitController: limit zoom speed (13608a8)
  • skyLight: change all AtmosphericComponent of samples (#239) (2050e54)

Features

  • geometry: Add extrude geometry feature (#225) (1cb5d50)
  • GUI: New feature of scissor the GUI content. (#219) (722abe1)
  • RelativeSky: Relative sky to sunlight (#237) (3664c8b)

Performance Improvements

  • globalFog: Optimize the fog effect to add fog color to the ambi… (#223) (fab97a5)

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