Camera stuff -- empty implementations of compute_primary_ray

This commit is contained in:
Eryn Wells 2013-09-16 16:34:48 -07:00
parent fb6920e923
commit 764afab8ac
4 changed files with 68 additions and 53 deletions

View file

@ -6,6 +6,7 @@ Import('env')
files = Split("""
basics.cc
camera.cc
light.cc
material.cc
object.cc