Updated wrappers.

This commit is contained in:
Robert Osfield
2005-12-15 19:38:24 +00:00
parent 2815622c35
commit fcff441d5f
3 changed files with 3 additions and 5 deletions

View File

@@ -186,7 +186,7 @@ BEGIN_OBJECT_REFLECTOR(osgUtil::SceneView)
I_Method0(void, releaseAllGLObjects);
I_Method0(void, flushAllDeletedGLObjects);
I_Method1(void, flushDeletedGLObjects, IN, double &, availableTime);
I_Method1(bool, getStats, IN, osgUtil::Statistics *, primStats);
I_Method1(bool, getStats, IN, osgUtil::Statistics &, primStats);
I_Property(int, ActiveUniforms);
I_Property(osg::CameraNode *, Camera);
I_Property(const osg::Vec4 &, ClearColor);