charles/src
2013-09-22 17:42:50 -07:00
..
basics.cc Add operator<< overloads for Vector3, Ray, and Color 2013-09-22 10:15:41 -07:00
basics.h Add operator<< overloads for Vector3, Ray, and Color 2013-09-22 10:15:41 -07:00
camera.cc
camera.h
charles.cc Shift scene objects around to try to see a plane... 2013-09-22 17:42:50 -07:00
light.cc
light.h
material.cc Add specular parameters to Material 2013-09-21 15:53:16 -07:00
material.h Add specular parameters to Material 2013-09-21 15:53:16 -07:00
object.cc Add operator<< overload for Object 2013-09-22 10:16:15 -07:00
object.h Add operator<< overload for Object 2013-09-22 10:16:15 -07:00
object_plane.cc Add Planes 2013-09-22 09:58:40 -07:00
object_plane.h Add Planes 2013-09-22 09:58:40 -07:00
object_sphere.cc
object_sphere.h
scene.cc Blend specular color with reflected color 2013-09-21 17:14:47 -07:00
scene.h Add min_weight property to Scene 2013-09-21 17:01:11 -07:00
SConscript Add object_plane.cc to the build 2013-09-22 10:16:27 -07:00
texture.c
texture.h
writer.h
writer_png.cc
writer_png.h