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
73cc495a79
removed debug print
...
git-svn-id: svn://anubis/fart/trunk@180 7f9b0f55-74a9-4bce-be96-3c2cd072584d
2009-03-03 03:08:11 +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 messages to main/Scene, util/Matrix constructor sets matrix to identity
2009-01-23 14:57:47 +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
Lighting.cc
fixed Lighting to ignore dot products less than 0 for diffuse coefficients; this broke shapes/Subtract again. fixed Material::white to be assigned to by Material() as evidently it was not calling the constructor properly otherwise. added initializer in Material::Material() to set ambient color to white. Scene constructing PointLight instead of a raw Light when loading from a file
2009-03-01 23:50:53 +00:00
Lighting.h
moved main/Material to util/Material
2009-02-19 18:45:52 +00:00
Makefile
updated subdir Makefiles, added parser directory and parser/Makefile
2009-02-04 18:35:32 +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
removed debug print
2009-03-03 03:08:11 +00:00
Scene.cc
working on Scene::process*() functions to load the scene from a file
2009-02-28 19:59:22 +00:00
Scene.h
Scene-load.cc handling material definitions
2009-03-03 02:56:33 +00:00