charles/src
2014-08-02 23:46:02 -07:00
..
yaml Add Plane object parsing to ObjectParser 2014-08-02 10:13:39 -07:00
basics.cc Add Vector3::normalized() 2014-08-02 10:00:00 -07:00
basics.h Add a NearZero for temporary values 2014-08-02 14:10:04 -07:00
camera.cc Normalize primary ray direction vectors 2014-08-02 14:10:28 -07:00
camera.h Use shared_ptr for Scene::mCamera 2014-07-20 12:37:31 -07:00
charles.cc Put the light where I actually want it to be 2014-08-02 23:45:49 -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 Duplicate logging symbols :( 2014-08-02 00:27:50 -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 Update code style for Object 2014-07-20 16:48:09 -07:00
object.h Move Stats to its own module 2014-08-02 15:21:14 -07:00
object_sphere.cc Move Stats to its own module 2014-08-02 15:21:14 -07:00
object_sphere.h Move Stats to its own module 2014-08-02 15:21:14 -07:00
objectBox.cc Move Stats to its own module 2014-08-02 15:21:14 -07:00
objectBox.hh Move Stats to its own module 2014-08-02 15:21:14 -07:00
objectPlane.cc Always return the normal, even if the point isn't in the plane 2014-08-02 15:40:24 -07:00
objectPlane.hh Move Stats to its own module 2014-08-02 15:21:14 -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 The problem was this one subtraction. Seriously. 2014-08-02 23:46:02 -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 Some generic, useful types 2014-07-20 16:53:39 -07:00
writer.h
writer_png.cc Ignore unused parameters in PNG error functions 2014-07-19 10:15:00 -07:00
writer_png.h