Updated wrappers.

This commit is contained in:
Robert Osfield
2005-05-20 21:12:57 +00:00
parent b8b6ed8e34
commit f609185e03
8 changed files with 26 additions and 11 deletions

View File

@@ -85,7 +85,7 @@ BEGIN_OBJECT_REFLECTOR(osgUtil::SceneView)
I_Method0(osg::StateSet *, getLocalStateSet);
I_Method0(const osg::StateSet *, getLocalStateSet);
I_Method1(void, setActiveUniforms, IN, int, activeUniforms);
I_Method1(int, getActiveUniforms, IN, int, activeUniforms);
I_Method0(int, getActiveUniforms);
I_Method0(void, updateUniforms);
I_Method1(void, setLightingMode, IN, osgUtil::SceneView::LightingMode, mode);
I_Method0(osgUtil::SceneView::LightingMode, getLightingMode);
@@ -178,7 +178,7 @@ BEGIN_OBJECT_REFLECTOR(osgUtil::SceneView)
I_Method0(void, releaseAllGLObjects);
I_Method0(void, flushAllDeletedGLObjects);
I_Method1(void, flushDeletedGLObjects, IN, double &, availableTime);
I_WriteOnlyProperty(int, ActiveUniforms);
I_Property(int, ActiveUniforms);
I_Property(const osg::Vec4 &, ClearColor);
I_Property(osg::CollectOccludersVisitor *, CollectOccludersVisitor);
I_Property(osgUtil::SceneView::ComputeStereoMatricesCallback *, ComputeStereoMatricesCallback);