v0.7.4
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.