This website requires JavaScript.
Explore
Help
Sign In
josh
/
fart
Watch
1
Star
0
Fork
0
You've already forked fart
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
fart
/
main
History
Josh Holtrop
f103b71ed6
added SUBDIRS to top-level Makefile to make adding subdirectories easier
...
git-svn-id: svn://anubis/fart/trunk@214 7f9b0f55-74a9-4bce-be96-3c2cd072584d
2009-03-13 19:26:12 +00:00
..
BMP.cc
updated BMP.cc to avoid compiler warnings
2009-01-29 23:16:51 +00:00
BMP.h
added diffuse and specular colors to Material, switched all "private:" to "protected:"
2009-01-30 02:26:46 +00:00
fart.cc
added -d flag to usage information
2009-03-10 18:29:45 +00:00
Light.cc
yyparse() now a friend function to Scene, light constructors not taking position arguments any more
2009-02-12 03:56:09 +00:00
Light.h
filled out Scene::processLight(), added color keyword to light specification
2009-03-01 22:41:23 +00:00
Makefile
added SUBDIRS to top-level Makefile to make adding subdirectories easier
2009-03-13 19:26:12 +00:00
PointLight.cc
yyparse() now a friend function to Scene, light constructors not taking position arguments any more
2009-02-12 03:56:09 +00:00
PointLight.h
yyparse() now a friend function to Scene, light constructors not taking position arguments any more
2009-02-12 03:56:09 +00:00
Scene-load.cc
added maximum depth command-line argument (-d) and scene option (max_depth); prettified elapsed time output when greater than 60 seconds
2009-03-10 00:01:21 +00:00
Scene.cc
changed Scene::calculateLightContribution() to return a Color instead of a double and take into account the color of any semi-transparent objects that are passed through en route to the light source... this leads to shadow colors tainted by the color of the objects through which the light is travelling
2009-03-12 02:30:28 +00:00
Scene.h
added shapes/shapes.h, shapes/BoolShape, made Intersect, Union, and Subtract derive from BoolShape, made BoolShape::setMaterial() call setMaterial() on sub-shapes so that materials applied to boolean objects will be applied to all sub-objects
2009-03-12 02:59:35 +00:00