Go to file
Nathan Vegdahl 44e3ee8b4b Fixed nasty bug in BVH4 building.
In practice it worked fine, but only by accident.  NaN's were
being passed to the lerp_slice function, which led to the
correct result in this case but is icky and dependant
on how lerp_slice is implemented.
2017-04-14 20:25:12 -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 custom aligned allocations to MemArena. 2017-04-13 23:06:56 -07:00
psychoblend Fixed bug in Psychoblend. 2017-04-10 16:35:57 -07:00
src Fixed nasty bug in BVH4 building. 2017-04-14 20:25:12 -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