Updated wrappers

This commit is contained in:
Robert Osfield 2009-10-23 12:28:10 +00:00
parent f467fe3a9c
commit 023fb109a3

View File

@ -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,