Go to file
Nathan Vegdahl d9564bc005 Refactor and rework of BVH.
The BVH building code is now largely split out into a separate
type, BVHBase.  The intent is that this will also be used by
the BVH4 when I get around to it.

The BVH itself now uses references instead of indexes, allocating
and pointing directly into the MemArena.  This allows the nodes
to all be right next to their bounding boxes in memory.
2017-04-10 23:41:38 -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 MemArena now slowly increases the size of each subsequent block. 2017-04-10 20:49:55 -07:00
psychoblend Fixed bug in Psychoblend. 2017-04-10 16:35:57 -07:00
src Refactor and rework of BVH. 2017-04-10 23:41:38 -07:00
.gitignore Updated .gitignore file. 2017-02-23 19:59:22 -08:00
Cargo.lock Refactor and rework of BVH. 2017-04-10 23:41:38 -07:00
Cargo.toml Refactor and rework of BVH. 2017-04-10 23:41:38 -07:00
todo.txt Updated todo. 2017-02-06 16:08:52 -08:00