Updated wrappers

This commit is contained in:
Robert Osfield
2007-12-09 14:54:02 +00:00
parent a45d7fdee4
commit 5e6bab7de1
11 changed files with 804 additions and 4 deletions

View File

@@ -14,6 +14,9 @@
#include <osg/CopyOp>
#include <osg/Image>
#include <osg/Object>
#include <osg/Vec2>
#include <osg/Vec3>
#include <osg/Vec4>
// Must undefine IN and OUT macros defined in Windows headers
#ifdef IN
@@ -248,6 +251,21 @@ BEGIN_OBJECT_REFLECTOR(osg::Image)
__C5_unsigned_char_P1__data__int__int__int,
"",
"");
I_MethodWithDefaults3(osg::Vec4, getColor, IN, unsigned int, s, , IN, unsigned, t, 0, IN, unsigned, r, 0,
Properties::NON_VIRTUAL,
__Vec4__getColor__unsigned_int__unsigned__unsigned,
"Get the color value for specified texcoord. ",
"");
I_Method1(osg::Vec4, getColor, IN, const osg::Vec2 &, texcoord,
Properties::NON_VIRTUAL,
__Vec4__getColor__C5_Vec2_R1,
"Get the color value for specified texcoord. ",
"");
I_Method1(osg::Vec4, getColor, IN, const osg::Vec3 &, texcoord,
Properties::NON_VIRTUAL,
__Vec4__getColor__C5_Vec3_R1,
"Get the color value for specified texcoord. ",
"");
I_Method0(void, flipHorizontal,
Properties::NON_VIRTUAL,
__void__flipHorizontal,