fart/shapes/Shape.cc
Josh Holtrop 41b4354d52 trying to get Phong shading model working, having very large color values come back though
git-svn-id: svn://anubis/fart/trunk@72 7f9b0f55-74a9-4bce-be96-3c2cd072584d
2009-01-30 20:53:13 +00:00

9 lines
97 B
C++
Executable File

#include "Shape.h"
Shape::Shape()
{
m_transparency = 0.0;
m_material = NULL;
}