charles/src
Eryn Wells 0ab3e17467 Objects need to be translated by their negation
Translating by the negation of the given vector puts them in the right place from the ray's perspective. Without the negation, things are mirrored.
2014-08-20 10:06:22 -07:00
..
basics Manually initialize Vector4 instead of using bzero 2014-08-18 09:04:26 -07:00
yaml Place an object by its origin (only applies to spheres) 2014-08-15 22:33:34 -07:00
camera.cc Initialize Camera::mOrigin 2014-08-18 09:04:11 -07:00
camera.hh Woo Scene updates... 2014-08-09 12:26:12 -07:00
charles.cc Add -n option for "should render" 2014-08-16 08:52:40 -07:00
charles.hh charles.hh – defines extern'd verbosity 2014-07-19 21:20:50 -07:00
light.cc Return a Color by value from Light::Contribution() 2014-08-18 09:02:13 -07:00
light.hh Return a Color by value from Light::Contribution() 2014-08-18 09:02:13 -07:00
lightPoint.cc More compiler fixups 2014-08-09 21:23:11 -07:00
lightPoint.hh Allow passing intensity in PointLight constructor 2014-08-09 20:45:45 -07:00
log.cc Duplicate logging symbols :( 2014-08-02 00:27:50 -07:00
log.hh Copy properties of log tracer 2014-08-16 08:33:12 -07:00
logModule.hh Add logModule.hh 2014-08-02 00:02:01 -07:00
material.cc Update material.{cc,hh} 2014-08-09 20:31:18 -07:00
material.hh Clean up some dependencies between scene, material, and color 2014-08-09 20:34:23 -07:00
object.cc Objects need to be translated by their negation 2014-08-20 10:06:22 -07:00
object.hh Get a column vector of a matrix 2014-08-16 00:43:43 -07:00
objectBox.cc Updates for Box 2014-08-09 10:54:00 -07:00
objectBox.hh Declare overrides for Box methods 2014-08-16 20:45:06 -07:00
objectPlane.cc Updates for Plane 2014-08-09 10:58:30 -07:00
objectPlane.hh Updates for Plane 2014-08-09 10:58:30 -07:00
objectSphere.cc Cleanup for Spheres 2014-08-09 11:04:17 -07:00
objectSphere.hh Explicitly declare overrides in Sphere 2014-08-16 20:36:02 -07:00
reader.hh reader.hh 2014-08-09 20:24:00 -07:00
reader_yaml.cc LOG_TRACE YAML events 2014-08-09 22:00:23 -07:00
reader_yaml.hh Put the readers and writers in charles namespace 2014-08-09 20:46:14 -07:00
scene.cc More compiler fixups 2014-08-09 21:23:11 -07:00
scene.hh Put the readers and writers in charles namespace 2014-08-09 20:46:14 -07:00
SConscript Remove basics.cc from the build 2014-08-09 21:22:40 -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 Put the readers and writers in charles namespace 2014-08-09 20:46:14 -07:00
writer_png.cc More compiler fixups 2014-08-09 21:23:11 -07:00
writer_png.h Put the readers and writers in charles namespace 2014-08-09 20:46:14 -07:00