Box objects, parallel to the coordinate axes

This change implements Kay-Kajiya intersection (with slabs) too!
This commit is contained in:
Eryn Wells 2014-07-22 20:46:47 -07:00
parent d69d708b31
commit 15db0c42d4
3 changed files with 184 additions and 0 deletions

View file

@ -22,6 +22,7 @@ files = [
'light.cc',
'material.cc',
'object.cc',
'objectBox.cc',
'object_sphere.cc',
#'object_plane.cc',
'reader_yaml.cc',