charles/src
Eryn Wells b41cdb7186 Vector4 +, -, negation, and *
+, -, and negation were easy. Multiplication is wacky because the Matrix class does it. So, to do binary * (not *=) I needed to dynamic_cast the resulting Matrix<4,1> to a Vector4&&.
2014-08-09 09:32:48 -07:00
..
basics Vector4 +, -, negation, and * 2014-08-09 09:32:48 -07:00
yaml Add Camera::LookAt 2014-08-03 18:34:00 -07:00
basics.cc Comment out all the old Matrix4 stuff 2014-08-08 22:14:36 -07:00
basics.h Move EPSILON and MAX_DISTANCE back to basics.h 2014-08-09 08:30:29 -07:00
camera.cc Log where the camera is looking 2014-08-03 20:13:00 -07:00
camera.h Camera GetTypeString and WriteType declarations 2014-08-03 20:12:40 -07:00
charles.cc Modernize object_sphere 2014-08-03 17:35:12 -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
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 Update code style for Material objects 2014-07-20 16:45:40 -07:00
object.cc Get rid of object's origin 2014-08-09 08:59:11 -07:00
object.h Get rid of object's origin 2014-08-09 08:59:11 -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
objectSphere.cc Clean up constructors for Object and Sphere 2014-08-09 08:57:41 -07:00
objectSphere.hh Clean up constructors for Object and Sphere 2014-08-09 08:57:41 -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 Log camera before logging scene objects 2014-08-03 20:12:10 -07:00
scene.h Log the camera before rendering 2014-08-03 19:10:31 -07:00
SConscript Build basics! 2014-08-08 21:12:44 -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 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