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
091fcadd39
added -d flag to usage information
...
git-svn-id: svn://anubis/fart/trunk@207 7f9b0f55-74a9-4bce-be96-3c2cd072584d
2009-03-10 18:29:45 +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
updated Makefiles to not print the "*.dep: No such file or directory" warnings
2009-03-10 01:54:23 +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
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.h
modified shapes and Scene to return surface normal in the intersect object
2009-03-09 23:17:31 +00:00