Updated wrappers

This commit is contained in:
Robert Osfield
2007-03-01 11:58:36 +00:00
parent 6c56383ba9
commit 9b70538264
98 changed files with 1873 additions and 257 deletions

View File

@@ -117,6 +117,12 @@ BEGIN_OBJECT_REFLECTOR(osgGA::StateSetManipulator)
__void__cyclePolygonMode,
"",
"");
I_ProtectedMethod0(osg::PolygonMode *, getOrCreatePolygonMode,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__osg_PolygonMode_P1__getOrCreatePolygonMode,
"",
"");
I_SimpleProperty(bool, BackfaceEnabled,
__bool__getBackfaceEnabled,
__void__setBackfaceEnabled__bool);