Added Mode parameter to constructor.
This commit is contained in:
@@ -15,12 +15,6 @@
|
||||
|
||||
using namespace osg;
|
||||
|
||||
CullFace::CullFace()
|
||||
{
|
||||
_mode = BACK;
|
||||
}
|
||||
|
||||
|
||||
CullFace::~CullFace()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user