5 Commits

Author SHA1 Message Date
FatalErr42O
4f3bb3ea5e now runs (with some require hax) 2023-08-29 16:01:42 -07:00
Colby Klein
cf707cb6af bvh: add coarse aabb triangle query
doesn't bother checking individual tris, just the nodes
2022-05-06 23:54:34 -07:00
rozenmad
c71d81f5aa fix BVH
Fixed:
1. splitNode - function didn't correctly split nodes.
2. Incorrect count of the number of elements in a node.
2022-05-05 04:13:06 +03:00
Colby Klein
a1f7f7d3fc
Fix BVH
ray intersections with it seem to be working now in testing
2019-04-23 09:30:44 -07:00
Landon Manning
654089031d Added expiramental BVH implementation
* Added: BVH.lua
* Changed: ray_triangle intersect can now optionall check for backface intersections
2019-04-22 22:21:48 -03:00