charles/src
Eryn Wells 2fb555e253 Fully define methods to handle parser events
HandleFoo() takes parameters for all the data provided in the event struct. Getting data into my YAML parser thus has no dependency on the format of data in libyaml.

Maybe this is a good thing?
2014-07-24 08:24:10 -07:00
..
yaml Fully define methods to handle parser events 2014-07-24 08:24:10 -07:00
basics.cc Convert Vector3 to use Doubles 2014-07-22 20:46:10 -07:00
basics.h Convert Vector3 to use Doubles 2014-07-22 20:46:10 -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 Don't include or build object_plane.{cc,h} because it hasn't been updated and it doesn't work. 2014-07-20 16:53:03 -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 Return Vector3::Zero for normal if point is not on surface of plane 2013-09-22 17:43:13 -07:00
object_plane.h Add Planes 2013-09-22 09:58:40 -07:00
object_sphere.cc Update Sphere to inherit from Object 2014-07-20 16:49:55 -07:00
object_sphere.h Define shared_ptr<Sphere> as Sphere::Ptr 2014-07-20 16:51:58 -07:00
objectBox.cc Push tNear and tFar onto t&, rather than t0 and t1 2014-07-23 07:39:55 -07:00
objectBox.hh Getters and setters for Near and Far vectors 2014-07-22 21:37:49 -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 Print number of objects in the scene before rendering 2014-07-22 21:40:25 -07:00
scene.h Update Scene a bit for new code style and namespaces in Object and Sphere 2014-07-20 16:54:10 -07:00
SConscript Box objects, parallel to the coordinate axes 2014-07-22 20:46:47 -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
types.hh Some generic, useful types 2014-07-20 16:53:39 -07:00
writer.h Add virtual destructor to Writer 2013-09-20 09:10:55 -07:00
writer_png.cc Ignore unused parameters in PNG error functions 2014-07-19 10:15:00 -07:00
writer_png.h Convert writer_png to C++; add Writer class; add PNGWriter class 2013-09-10 21:02:04 -07:00