Updated wrappers

This commit is contained in:
Robert Osfield
2007-01-08 11:37:09 +00:00
parent 02bda82b55
commit fdc6e675aa
8 changed files with 208 additions and 428 deletions

View File

@@ -93,6 +93,10 @@ BEGIN_OBJECT_REFLECTOR(osg::LightSource)
__void__setLocalStateSetModes__StateAttribute_GLModeValue,
"Set up the local StateSet. ",
"");
I_Method1(void, setThreadSafeRefUnref, IN, bool, threadSafe,
__void__setThreadSafeRefUnref__bool,
"Set whether to use a mutex to ensure ref() and unref() are thread safe. ",
"");
I_Method0(osg::BoundingSphere, computeBound,
__BoundingSphere__computeBound,
"Compute the bounding sphere around Node's geometry or children. ",
@@ -106,5 +110,8 @@ BEGIN_OBJECT_REFLECTOR(osg::LightSource)
I_SimpleProperty(osg::LightSource::ReferenceFrame, ReferenceFrame,
__ReferenceFrame__getReferenceFrame,
__void__setReferenceFrame__ReferenceFrame);
I_SimpleProperty(bool, ThreadSafeRefUnref,
0,
__void__setThreadSafeRefUnref__bool);
END_REFLECTOR