Updated wrappers
This commit is contained in:
@@ -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 ""
|
||||
|
||||
@@ -239,6 +239,7 @@ BEGIN_OBJECT_REFLECTOR(osgSim::OverlayNode)
|
||||
__void__updateMainSubgraphStateSet,
|
||||
"",
|
||||
"");
|
||||
|
||||
I_SimpleProperty(bool, ContinuousUpdate,
|
||||
__bool__getContinuousUpdate,
|
||||
__void__setContinuousUpdate__bool);
|
||||
|
||||
Reference in New Issue
Block a user