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
18886ef767
reworked ForNode evaluation()
...
git-svn-id: svn://anubis/fart/branches/scene-file-scripting@339 7f9b0f55-74a9-4bce-be96-3c2cd072584d
2010-10-06 17:42:37 +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 command-line options --ambient-occlusion and --preview, console displays max depth parameter
2010-07-09 16:18:51 +00:00
Light.cc
added jitter parameter to lights, currently uses random vectors, which i'm not happy with; added Vector::getPerpendicularVector() which will be used to replace random jitter for lights
2010-06-25 18:12:00 +00:00
Light.h
trying new jitter method for soft shadows, getting better
2010-07-13 06:35:45 +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
reworked ForNode evaluation()
2010-10-06 17:42:37 +00:00
Scene.cc
added command-line options --ambient-occlusion and --preview, console displays max depth parameter
2010-07-09 16:18:51 +00:00
Scene.h
removed processNode() and processChildren()
2010-10-04 21:47:07 +00:00