psychopath/src/accel
Nathan Vegdahl b698a52f6c Split some more things out into sub-crates.
Also translated the Halton generator to rust and made it a crate
where the code is generated by a build.rs file.
2017-05-11 22:57:59 -07:00
..
bvh_base.rs During BVH construction, merge BBox time samples based on a threshold. 2017-04-23 23:15:31 -07:00
bvh.rs Fiddled with BVHNode to make it 32 bytes instead of 40 bytes. 2017-05-08 19:47:10 -07:00
bvh4_table.inc Beginnings of BVH4 implementation. 2017-04-11 23:10:54 -07:00
bvh4.rs Fixed bug in new BVH4 traversal code. 2017-04-22 22:32:36 -07:00
create_bvh4_table.py Beginnings of BVH4 implementation. 2017-04-11 23:10:54 -07:00
light_array.rs Reorganizing the module tree. 2017-02-14 00:14:08 -08:00
light_tree.rs Improved .psy file parsing error messages. 2017-04-10 14:03:01 -07:00
mod.rs Print stats for BVH and BVH4 traversal, and working on speeding up BVH4 traversal. 2017-04-22 11:18:29 -07:00
objects_split.rs Split some more things out into sub-crates. 2017-05-11 22:57:59 -07:00