charles/src
2013-09-10 22:32:46 -07:00
..
basics.cc Basic functions can't be inline (wat); fix dot product error 2013-09-10 21:02:30 -07:00
basics.h Add operator= to Vector3 and Color 2013-09-10 16:25:12 -07:00
camera.c
camera.h
charles.cc Update main() for C++ 2013-09-10 21:02:40 -07:00
light.cc Add light module 2013-09-10 21:48:49 -07:00
light.h Add light module 2013-09-10 21:48:49 -07:00
object.cc Define constructors for Object and Shape; move a bunch of Sphere code to object_sphere 2013-09-10 15:45:13 -07:00
object.h Activate point_is_on_surface() and calculate_normal() 2013-09-10 22:32:46 -07:00
object_sphere.cc Activate point_is_on_surface() and calculate_normal() 2013-09-10 22:32:46 -07:00
object_sphere.h Activate point_is_on_surface() and calculate_normal() 2013-09-10 22:32:46 -07:00
scene.cc Add lights to the scene 2013-09-10 21:49:01 -07:00
scene.h Add lights to the scene 2013-09-10 21:49:01 -07:00
SConscript Add light module 2013-09-10 21:48:49 -07:00
texture.c
texture.h
writer.h Convert writer_png to C++; add Writer class; add PNGWriter class 2013-09-10 21:02:04 -07:00
writer_png.cc Convert writer_png to C++; add Writer class; add PNGWriter class 2013-09-10 21:02:04 -07:00
writer_png.h Convert writer_png to C++; add Writer class; add PNGWriter class 2013-09-10 21:02:04 -07:00