psychopath/src/surface
Nathan Vegdahl 4b612e2d1a Leaf triangle intersection now loops over triangles per ray.
This is the inverse of what was being done before, which was to
loop over all of the rays for each triangle.  At the moment, this
actually appears to be a tiny bit slower, but it should allow
for future optimizations testing against multiple triangles at once.
2019-07-06 09:01:24 +09:00
..
micropoly_batch.rs Initial implementation of ORST traversal. 2019-06-23 18:40:52 +09:00
mod.rs Initial implementation of ORST traversal. 2019-06-23 18:40:52 +09:00
triangle_mesh.rs Leaf triangle intersection now loops over triangles per ray. 2019-07-06 09:01:24 +09:00
triangle.rs Initial implementation of ORST traversal. 2019-06-23 18:40:52 +09:00