Skip to content
Second revision of this project

- Added a new stress test `fun::cornell_glass_boxes`
  - Meant to stress test the Box object
- Added a better Box implementation
  - Most of the meat is in the `Box::hit()` function
  - Drops the dependecy on BVHNode
- Added section to the README describing the changes, and the
  performance improvements