Updated wrappers

This commit is contained in:
Robert Osfield
2007-01-05 17:21:35 +00:00
parent 9a4209c61b
commit 2913cb9422
25 changed files with 328 additions and 89 deletions

View File

@@ -146,10 +146,6 @@ BEGIN_OBJECT_REFLECTOR(osgUtil::SceneView)
__C5_osg_Viewport_P1__getViewport,
"Get the const viewport. ",
"");
I_Method4(void, getViewport, IN, int &, x, IN, int &, y, IN, int &, width, IN, int &, height,
__void__getViewport__int_R1__int_R1__int_R1__int_R1,
"Get the viewport of the scene view. ",
"");
I_Method1(void, setDisplaySettings, IN, osg::DisplaySettings *, vs,
__void__setDisplaySettings__osg_DisplaySettings_P1,
"Set the DisplaySettings. ",