From 023fb109a352cea4ea6553e8287a64d42e3cc85c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 23 Oct 2009 12:28:10 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/osg/GLBeginEndAdapter.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/osgWrappers/osg/GLBeginEndAdapter.cpp b/src/osgWrappers/osg/GLBeginEndAdapter.cpp index 08c45d549..e9009b928 100644 --- a/src/osgWrappers/osg/GLBeginEndAdapter.cpp +++ b/src/osgWrappers/osg/GLBeginEndAdapter.cpp @@ -134,6 +134,11 @@ BEGIN_VALUE_REFLECTOR(osg::GLBeginEndAdapter) __void__Color4fv__C5_GLfloat_P1, "", ""); + I_Method1(void, Color4ubv, IN, const GLubyte *, c, + Properties::NON_VIRTUAL, + __void__Color4ubv__C5_GLubyte_P1, + "", + ""); I_Method3(void, Normal3f, IN, GLfloat, x, IN, GLfloat, y, IN, GLfloat, z, Properties::NON_VIRTUAL, __void__Normal3f__GLfloat__GLfloat__GLfloat,