Updated wrappers

This commit is contained in:
Robert Osfield
2008-07-23 22:19:37 +00:00
parent ec9218ad1f
commit 4fe8907748
2 changed files with 7 additions and 0 deletions

View File

@@ -398,6 +398,12 @@ end
# avoid functions that use protected types, since those are not handled
# currently
configure reflector "osgSim::OverlayNode"
configure method /.*getOverlayData.*/
replace with ""
end
end
configure reflector "osg::Shader"
configure method /.*_PerContextShader_.*/
replace with ""

View File

@@ -239,6 +239,7 @@ BEGIN_OBJECT_REFLECTOR(osgSim::OverlayNode)
__void__updateMainSubgraphStateSet,
"",
"");
I_SimpleProperty(bool, ContinuousUpdate,
__bool__getContinuousUpdate,
__void__setContinuousUpdate__bool);