.. |
yaml
|
Remove prints from SConscript
|
2014-07-18 21:27:17 -07:00 |
basics.cc
|
Add LinearCombination for Vectors
|
2014-07-16 23:23:26 -07:00 |
basics.h
|
Add LinearCombination for Vectors
|
2014-07-16 23:23:26 -07:00 |
camera.cc
|
Add a perspective camera
|
2014-07-16 23:31:39 -07:00 |
camera.h
|
Add a perspective camera
|
2014-07-16 23:31:39 -07:00 |
charles.cc
|
Use new coordinates to place spheres with the perspective camera
|
2014-07-16 23:33:37 -07:00 |
light.cc
|
Add set_intensity; clean up PointLight constructors
|
2013-09-13 18:24:12 -07:00 |
light.h
|
Add set_intensity; clean up PointLight constructors
|
2013-09-13 18:24:12 -07:00 |
material.cc
|
Add specular parameters to Material
|
2013-09-21 15:53:16 -07:00 |
material.h
|
Add specular parameters to Material
|
2013-09-21 15:53:16 -07:00 |
object.cc
|
Add operator<< overload for Object
|
2013-09-22 10:16:15 -07:00 |
object.h
|
Add operator<< overload for Object
|
2013-09-22 10:16:15 -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
|
Return a normalized vector from compute_normal
|
2013-09-11 22:03:36 -07:00 |
object_sphere.h
|
Activate point_is_on_surface() and calculate_normal()
|
2013-09-10 22:32:46 -07:00 |
reader.hh
|
Add YAML reader
|
2014-07-13 18:06:03 -07:00 |
reader_yaml.cc
|
Big YAML parser cleanup
|
2014-07-15 17:27:27 -07:00 |
reader_yaml.hh
|
Add YAML reader
|
2014-07-13 18:06:03 -07:00 |
scene.cc
|
Use the PerspectiveCamera to generate primary rays.
|
2014-07-16 23:32:44 -07:00 |
scene.h
|
Use the PerspectiveCamera to generate primary rays.
|
2014-07-16 23:32:44 -07:00 |
SConscript
|
Remove prints from SConscript
|
2014-07-18 21:27:17 -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 |
writer.h
|
Add virtual destructor to Writer
|
2013-09-20 09:10:55 -07:00 |
writer_png.cc
|
Convert writer_png to C++; add Writer class; add PNGWriter class
|
2013-09-10 21:02:04 -07:00 |
writer_png.h
|
Convert writer_png to C++; add Writer class; add PNGWriter class
|
2013-09-10 21:02:04 -07:00 |