Updated wrappers
This commit is contained in:
@@ -76,7 +76,7 @@ BEGIN_OBJECT_REFLECTOR(osg::PagedLOD)
|
||||
Properties::VIRTUAL,
|
||||
__bool__addChild__Node_P1,
|
||||
"Add Node to Group. ",
|
||||
"If node is not NULL and is not contained in Group then increment its reference count, add it to the child list and dirty the bounding sphere to force it to recompute on next getBound() and return true for success. Otherwise return false. Scene nodes can't be added as child nodes.");
|
||||
"If node is not NULL and is not contained in Group then increment its reference count, add it to the child list and dirty the bounding sphere to force it to recompute on next getBound() and return true for success. Otherwise return false. Scene nodes can't be added as child nodes. ");
|
||||
I_Method3(bool, addChild, IN, osg::Node *, child, IN, float, min, IN, float, max,
|
||||
Properties::VIRTUAL,
|
||||
__bool__addChild__Node_P1__float__float,
|
||||
@@ -166,7 +166,7 @@ BEGIN_OBJECT_REFLECTOR(osg::PagedLOD)
|
||||
Properties::NON_VIRTUAL,
|
||||
__void__setFrameNumberOfLastTraversal__int,
|
||||
"Set the frame number of the last time that this PageLOD node was traversed. ",
|
||||
"Note, this frame number is automatically set by the traverse() method for all traversals (update, cull etc.).");
|
||||
"Note, this frame number is automatically set by the traverse() method for all traversals (update, cull etc.). ");
|
||||
I_Method0(int, getFrameNumberOfLastTraversal,
|
||||
Properties::NON_VIRTUAL,
|
||||
__int__getFrameNumberOfLastTraversal,
|
||||
|
||||
Reference in New Issue
Block a user