charles/src
2013-09-10 15:45:13 -07:00
..
basics.cc Make Vector3 methods const 2013-09-10 15:34:08 -07:00
basics.h Make Vector3 methods const 2013-09-10 15:34:08 -07:00
camera.c Add camera module 2013-09-06 19:00:40 -07:00
camera.h Add camera module 2013-09-06 19:00:40 -07:00
charles.cc const char * in charles.cc 2013-09-09 22:51:55 -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 Define constructors for Object and Shape; move a bunch of Sphere code to object_sphere 2013-09-10 15:45:13 -07:00
object_sphere.cc Move Sphere::does_intersect to object_sphere; fill out object_sphere in C++ 2013-09-10 09:33:59 -07:00
object_sphere.h Add object_sphere.h 2013-09-10 09:34:15 -07:00
scene.c Use INFINITY for nearest_t 2013-09-08 21:08:52 -07:00
scene.h Add scene_add_object 2013-09-07 18:41:33 -07:00
SConscript Add object.cc and object_sphere.cc to SConscript 2013-09-10 09:34:32 -07:00
texture.c Add Texture module 2013-09-07 22:12:27 -07:00
texture.h Add Texture module 2013-09-07 22:12:27 -07:00
writer_png.c Fix funky PNG writer code, for correctness 2013-09-08 20:37:05 -07:00
writer_png.h Add writer_png module 2013-09-06 22:00:04 -07:00