Skip to content

v0.7.4

Latest
Compare
Choose a tag to compare
@gkjohnson gkjohnson released this 10 Apr 21:19
· 19 commits to master since this release

Changed

  • Improved raycasting performancy by ~20% by avoiding use of the "arrayToBox" function internally.

Fixed

  • ParallelMeshBVHWorker now generates a geometry index if it's required.
  • Add support for the "indirect" option to both workers.
  • Worker generators not guaranteeing that 100% progress would be fired to the onProgress callback.