Updated wrappers
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#include <osg/Node>
|
||||
#include <osg/Object>
|
||||
#include <osg/Timer>
|
||||
#include <osg/View>
|
||||
#include <osgDB/DatabasePager>
|
||||
#include <osgGA/EventQueue>
|
||||
#include <osgGA/GUIEventHandler>
|
||||
@@ -73,6 +74,11 @@ BEGIN_OBJECT_REFLECTOR(osgViewer::View)
|
||||
__C5_char_P1__className,
|
||||
"return the name of the object's class type. ",
|
||||
"Must be defined by derived classes. ");
|
||||
I_Method1(void, take, IN, osg::View &, rhs,
|
||||
Properties::VIRTUAL,
|
||||
__void__take__osg_View_R1,
|
||||
"Take all the settings, Camera and Slaves from the passed in view, leaving it empty. ",
|
||||
"");
|
||||
I_Method1(void, setStartTick, IN, osg::Timer_t, tick,
|
||||
Properties::VIRTUAL,
|
||||
__void__setStartTick__osg_Timer_t,
|
||||
|
||||
Reference in New Issue
Block a user