From b7ffae25ce810b5a9d665a39860d3c07ed46b658 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 20 Oct 2009 22:14:59 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/genwrapper.conf | 3 +-- src/osgWrappers/osg/State.cpp | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/osgWrappers/genwrapper.conf b/src/osgWrappers/genwrapper.conf index aab24fe9f..16c0382b7 100644 --- a/src/osgWrappers/genwrapper.conf +++ b/src/osgWrappers/genwrapper.conf @@ -444,10 +444,8 @@ suppress reflector "osg::VertexProgram::Extensions" suppress reflector "osg::StencilTwoSided::Extensions" suppress reflector "osg::Texture3D::Extensions" suppress reflector "osg::GL2Extensions" -suppress reflector "osg::Drawable::Extensions" suppress reflector "osg::GLBufferObject::Extensions" suppress reflector "osg::FBOExtensions" -suppress reflector "osg::Drawable::Extensions" suppress reflector "osg::BlendColor::Extensions" suppress reflector "osg::BlendEquation::Extensions" suppress reflector "osg::BlendFunc::Extensions" @@ -458,6 +456,7 @@ suppress reflector "osg::ClampColor::Extensions" suppress reflector "osg::Texture::Extensions" suppress reflector "osg::Texture2DArray::Extensions" suppress reflector "osgSim::ShapeAttribute" +suppress reflector "osg::Drawable::Extensions" configure reflector "osg::State" configure method "__typedef__void__APIENTRY_P1" diff --git a/src/osgWrappers/osg/State.cpp b/src/osgWrappers/osg/State.cpp index 5f1186bd6..1c9228051 100644 --- a/src/osgWrappers/osg/State.cpp +++ b/src/osgWrappers/osg/State.cpp @@ -478,12 +478,12 @@ BEGIN_OBJECT_REFLECTOR(osg::State) __void__Normal__float__float__float, "", ""); - I_MethodWithDefaults4(void, TexCoord, IN, float, x, , IN, float, y, 0.0f, IN, float, z, 0.0f, IN, float, w, 0.0f, + I_MethodWithDefaults4(void, TexCoord, IN, float, x, , IN, float, y, 0.0f, IN, float, z, 0.0f, IN, float, w, 1.0f, Properties::NON_VIRTUAL, __void__TexCoord__float__float__float__float, "", ""); - I_MethodWithDefaults5(void, MultiTexCoord, IN, unsigned int, unit, , IN, float, x, , IN, float, y, 0.0f, IN, float, z, 0.0f, IN, float, w, 0.0f, + I_MethodWithDefaults5(void, MultiTexCoord, IN, unsigned int, unit, , IN, float, x, , IN, float, y, 0.0f, IN, float, z, 0.0f, IN, float, w, 1.0f, Properties::NON_VIRTUAL, __void__MultiTexCoord__unsigned_int__float__float__float__float, "",