Added Mode parameter to constructor.

This commit is contained in:
Robert Osfield
2003-12-20 14:19:09 +00:00
parent 6553284ed9
commit 30bafd8867
2 changed files with 8 additions and 13 deletions

View File

@@ -15,12 +15,6 @@
using namespace osg;
CullFace::CullFace()
{
_mode = BACK;
}
CullFace::~CullFace()
{
}