Go to file
Nathan Vegdahl 35ef58b09c Special case BVH building when we get too close to max depth.
This avoids exceeding max BVH depth even in pathological cases.
Still need improve non-worst case building, but this at least
prevents crashes in worst case.
2016-07-16 00:05:23 -07:00
example_scenes PsychoBlend now exports meshes as meshes, and Psychopath renders to PNGs. 2016-07-10 17:42:28 -07:00
psychoblend Fix bug in PsychoBlend where render hangs. 2016-07-10 19:31:26 -07:00
src Special case BVH building when we get too close to max depth. 2016-07-16 00:05:23 -07:00
.gitignore Added PsychoBlend exporter to repo. 2016-07-10 17:03:50 -07:00
Cargo.lock Special case BVH building when we get too close to max depth. 2016-07-16 00:05:23 -07:00
Cargo.toml Special case BVH building when we get too close to max depth. 2016-07-16 00:05:23 -07:00
todo.txt Print render progress and auto-determine bucket size. 2016-07-10 16:40:30 -07:00