charles/src
Eryn Wells 4828cb313f Add Write methods to scene objects
Write methods are polymorphic, overridden by subclasses. There is a single operator<< for Objects that calls the right Write() method for the object. Neat.
2014-08-03 17:25:00 -07:00
..
yaml Add Plane object parsing to ObjectParser 2014-08-02 10:13:39 -07:00
basics.cc Ray parameterization takes a Double 2014-08-03 12:44:53 -07:00
basics.h Ray parameterization takes a Double 2014-08-03 12:44:53 -07:00
camera.cc Normalize primary ray direction vectors 2014-08-02 14:10:28 -07:00
camera.h
charles.cc Put the light where I actually want it to be 2014-08-02 23:45:49 -07:00
charles.hh
light.cc
light.h
log.cc Duplicate logging symbols :( 2014-08-02 00:27:50 -07:00
log.hh Root logger is called "ROOT" not "root" 2014-08-03 17:02:25 -07:00
logModule.hh Add logModule.hh 2014-08-02 00:02:01 -07:00
material.cc No specular reflections (for now) 2014-08-02 14:33:32 -07:00
material.h
object.cc Add Write methods to scene objects 2014-08-03 17:25:00 -07:00
object.h Add Write methods to scene objects 2014-08-03 17:25:00 -07:00
object_sphere.cc Add Write methods to scene objects 2014-08-03 17:25:00 -07:00
object_sphere.h Add Write methods to scene objects 2014-08-03 17:25:00 -07:00
objectBox.cc Add Write methods to scene objects 2014-08-03 17:25:00 -07:00
objectBox.hh Add Write methods to scene objects 2014-08-03 17:25:00 -07:00
objectPlane.cc Add Write methods to scene objects 2014-08-03 17:25:00 -07:00
objectPlane.hh Add Write methods to scene objects 2014-08-03 17:25:00 -07:00
reader.hh
reader_yaml.cc
reader_yaml.hh
scene.cc I was a little to hasty with this clean up 2014-08-03 13:05:22 -07:00
scene.h Move Stats to its own module 2014-08-02 15:21:14 -07:00
SConscript Move Stats to its own module 2014-08-02 15:21:14 -07:00
stats.cc Move Stats to its own module 2014-08-02 15:21:14 -07:00
stats.hh Move Stats to its own module 2014-08-02 15:21:14 -07:00
texture.c
texture.h
types.hh
writer.h
writer_png.cc
writer_png.h