Skip to content

1.19.0

Latest
Compare
Choose a tag to compare
@06wj 06wj released this 05 May 07:50
· 6 commits to dev since this release

1.18.0...1.19.0 (2023-05-05)

Bug Fixes

  • Fix Framebuffer unbind bug (bd8557c)
  • Implement the transpose function only in webgl1 (012a4f7)

Features

  • Add material.getShadowMaterial to allow users to customize shadow material (21fde64)
  • Add the ability to visualize shadow camera for debug (a327a69)
  • Add the enableShadow property to lightManager to control whether to generate shadow map (fe1b99c)
  • Add the ILightManager interface, which allows users to implement their own lighting controls (8075db3)
  • Add the onlySyncQuaternion attribute of Node to optimize performance (0739e6a)
  • Add worldMatrixVersion attribute to node for performance optimization (6f8d76b)
  • Store shadow map Z in four channels to optimize precision (5bba760)

Performance Improvements

  • Optimize the performance of node transform changes (5a263cf)