Add Material class

This commit is contained in:
Eryn Wells 2013-09-11 08:56:28 -07:00
parent aed523d457
commit 51c79b9b76
3 changed files with 48 additions and 0 deletions

View file

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