Updated wrappers

This commit is contained in:
Robert Osfield
2007-06-09 10:18:28 +00:00
parent 071ebebd7f
commit 43ba59f7ec

View File

@@ -14,6 +14,7 @@
#include <osg/Camera>
#include <osg/ColorMask>
#include <osg/CopyOp>
#include <osg/DisplaySettings>
#include <osg/GraphicsContext>
#include <osg/GraphicsThread>
#include <osg/Image>
@@ -165,6 +166,21 @@ BEGIN_OBJECT_REFLECTOR(osg::Camera)
__bool__getAllowEventFocus,
"Get whether this camera allows events to be generated by the associated graphics window to be associated with this camera. ",
"");
I_Method1(void, setDisplaySettings, IN, osg::DisplaySettings *, ds,
Properties::NON_VIRTUAL,
__void__setDisplaySettings__osg_DisplaySettings_P1,
"Set the DsplaySettings object associated with this view. ",
"");
I_Method0(osg::DisplaySettings *, getDisplaySettings,
Properties::NON_VIRTUAL,
__osg_DisplaySettings_P1__getDisplaySettings,
"Set the DsplaySettings object associated with this view. ",
"");
I_Method0(const osg::DisplaySettings *, getDisplaySettings,
Properties::NON_VIRTUAL,
__C5_osg_DisplaySettings_P1__getDisplaySettings,
"Set the DsplaySettings object associated with this view. ",
"");
I_Method1(void, setClearColor, IN, const osg::Vec4 &, color,
Properties::NON_VIRTUAL,
__void__setClearColor__C5_Vec4_R1,
@@ -551,6 +567,9 @@ BEGIN_OBJECT_REFLECTOR(osg::Camera)
I_SimpleProperty(OpenThreads::Mutex *, DataChangeMutex,
__OpenThreads_Mutex_P1__getDataChangeMutex,
0);
I_SimpleProperty(osg::DisplaySettings *, DisplaySettings,
__osg_DisplaySettings_P1__getDisplaySettings,
__void__setDisplaySettings__osg_DisplaySettings_P1);
I_SimpleProperty(GLenum, DrawBuffer,
__GLenum__getDrawBuffer,
__void__setDrawBuffer__GLenum);