Skip to content

v0.3.4

Compare
Choose a tag to compare
@gkjohnson gkjohnson released this 16 Nov 03:36
· 633 commits to master since this release

Added

  • PriorityQueue: Added schedulingCallback to afford flexibility in job scheduling callback for scenarios where requestAnimationFrame will not work, such as with WebXR.

Fixed

  • autoDisableRendererCulling incorrectly applying the inverse of the documented effect.
  • Screen space error calculations now use the camera projectionMatrix rather than camera type to determine frustum type.