CS 6620 - Fall 2012 - Ray Tracing for Graphics

Project 5 - Space Partitioning

In this project we add bounding volume hierarchy (BVH) support to accelerate our ray tracer.

Requirements

Resources

You can use the BVH class (cyBVH) for building BVH from triangular meshes. You are free (but not obligated) to make use of these files.

Optional Feature Suggestions

Student Project Pages



_