r4+: Faster light simulation
Issue #25
resolved
Should be <500ms at largest population
Comments (2)
-
reporter -
reporter - changed status to resolved
- Log in to comment
Raycaster.intersectObject uses getDescendants(), which collects all Mesh in an Object3D.
So, tracing time is O(N), not O(log(N)) despite the appearance of bounding spheres.