fart/shapes/Shape.cc
2009-02-10 01:09:07 +00:00

9 lines
122 B
C++
Executable File

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