Go to file
Nathan Vegdahl dcf25b92af Fiddled with BVHNode to make it 32 bytes instead of 40 bytes.
This helps reduce the total size of BVHs since both BBoxes and
and BVHNodes are now 32 bytes and can be properly packed together.
2017-05-08 19:47:10 -07:00
example_scenes PsychoBlend now exports meshes as meshes, and Psychopath renders to PNGs. 2016-07-10 17:42:28 -07:00
mem_arena Added missing *_with_alignment allocation variants. 2017-04-23 10:10:10 -07:00
psychoblend Fixed bug in Psychoblend. 2017-04-10 16:35:57 -07:00
src Fiddled with BVHNode to make it 32 bytes instead of 40 bytes. 2017-05-08 19:47:10 -07:00
.gitignore Updated .gitignore file. 2017-02-23 19:59:22 -08:00
Cargo.lock Fixed some things for building with SIMD support. 2017-04-13 23:28:26 -07:00
Cargo.toml Fixed some things for building with SIMD support. 2017-04-13 23:28:26 -07:00
todo.txt Updated todo. 2017-02-06 16:08:52 -08:00