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
/
shapes
History
Josh Holtrop
18c0c8d45f
added diffuse and specular colors to Material, switched all "private:" to "protected:"
...
git-svn-id: svn://anubis/fart/trunk@69 7f9b0f55-74a9-4bce-be96-3c2cd072584d
2009-01-30 02:26:46 +00:00
..
Makefile
initial import from /gvsu/cs658 repository
2009-01-18 01:44:28 +00:00
Plane.cc
shapes returning transformed normals
2009-01-28 15:06:48 +00:00
Plane.h
added diffuse and specular colors to Material, switched all "private:" to "protected:"
2009-01-30 02:26:46 +00:00
Shape.cc
added shapes/Shape.cc
2009-01-27 18:15:06 +00:00
Shape.h
shapes/Shape.h now including specific shape headers (after base class definition), test/tests.cc fixed compiler warning, main/Scene drawing demo Plane, util/Transform not needlessly re-initializing m_matrix
2009-01-28 21:41:19 +00:00
Sphere.cc
updated Makefile to use -O1 in CXXFLAGS instead of -O3; -O2 and above currently break the app
2009-01-28 18:51:14 +00:00
Sphere.h
added diffuse and specular colors to Material, switched all "private:" to "protected:"
2009-01-30 02:26:46 +00:00