Go to file
Nathan Vegdahl c92a8c4da0 During BVH construction, merge BBox time samples based on a threshold.
If the average surface area of all the time samples is close enough
to the surface area of their union, just take the union and use that.
This both makes the BVH smaller in memory (time samples don't
propigate up the tree beyond their usefulness) and makes it
faster since traversal can avoid interpolating BBoxes when there's
only one BBox for a node.
2017-04-23 23:15:31 -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 During BVH construction, merge BBox time samples based on a threshold. 2017-04-23 23:15:31 -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