charles/src
2014-07-20 16:51:20 -07:00
..
yaml Camera doesn't inherit from Object; defines its own origin. 2014-07-20 12:37:04 -07:00
basics.cc Add LinearCombination for Vectors 2014-07-16 23:23:26 -07:00
basics.h Add LinearCombination for Vectors 2014-07-16 23:23:26 -07:00
camera.cc Camera doesn't inherit from Object; defines its own origin. 2014-07-20 12:37:04 -07:00
camera.h Use shared_ptr for Scene::mCamera 2014-07-20 12:37:31 -07:00
charles.cc Remove a bunch of debugging printfs and add verbosity levels 2014-07-19 16:04:47 -07:00
charles.hh charles.hh – defines extern'd verbosity 2014-07-19 21:20:50 -07:00
light.cc Light implements its own origin 2014-07-20 16:51:20 -07:00
light.h Light implements its own origin 2014-07-20 16:51:20 -07:00
material.cc Update code style for Material objects 2014-07-20 16:45:40 -07:00
material.h Update code style for Material objects 2014-07-20 16:45:40 -07:00
object.cc Update code style for Object 2014-07-20 16:48:09 -07:00
object.h Update code style for Object 2014-07-20 16:48:09 -07:00
object_plane.cc
object_plane.h
object_sphere.cc Update Sphere to inherit from Object 2014-07-20 16:49:55 -07:00
object_sphere.h Update Sphere to inherit from Object 2014-07-20 16:49:55 -07:00
reader.hh Add YAML reader 2014-07-13 18:06:03 -07:00
reader_yaml.cc Remove a bunch of debugging printfs and add verbosity levels 2014-07-19 16:04:47 -07:00
reader_yaml.hh Add YAML reader 2014-07-13 18:06:03 -07:00
scene.cc Account all types of rays -- print them at the end 2014-07-20 14:21:12 -07:00
scene.h Account all types of rays -- print them at the end 2014-07-20 14:21:12 -07:00
SConscript Remove prints from SConscript 2014-07-18 21:27:17 -07:00
texture.c
texture.h
writer.h
writer_png.cc Ignore unused parameters in PNG error functions 2014-07-19 10:15:00 -07:00
writer_png.h