Updated wrappers

This commit is contained in:
Robert Osfield
2007-03-10 11:38:26 +00:00
parent c39f5f5188
commit 16ba0a2fa1
2 changed files with 5 additions and 4 deletions

View File

@@ -118,6 +118,7 @@ CXXFILES =\
TextureCubeMap.cpp\
TextureRectangle.cpp\
Timer.cpp\
TransferFunction.cpp\
Transform.cpp\
Uniform.cpp\
Vec2.cpp\

View File

@@ -247,9 +247,9 @@ BEGIN_VALUE_REFLECTOR(osgManipulator::PointerInfo)
__void__addIntersection__C5_osg_NodePath_R1__osg_Vec3,
"",
"");
I_Method2(void, setMousePosition, IN, int, pixel_x, IN, int, pixel_y,
I_Method2(void, setMousePosition, IN, float, pixel_x, IN, float, pixel_y,
Properties::NON_VIRTUAL,
__void__setMousePosition__int__int,
__void__setMousePosition__float__float,
"",
"");
I_SimpleProperty(osg::Camera *, Camera,
@@ -261,8 +261,8 @@ BEGIN_VALUE_REFLECTOR(osgManipulator::PointerInfo)
I_SimpleProperty(const osg::Matrix &, ViewMatrix,
__C5_osg_Matrix_R1__getViewMatrix,
0);
I_PublicMemberProperty(int, _pixel_x);
I_PublicMemberProperty(int, _pixel_y);
I_PublicMemberProperty(float, _pixel_x);
I_PublicMemberProperty(float, _pixel_y);
I_PublicMemberProperty(osg::Camera *, _camera);
I_PublicMemberProperty(osgManipulator::PointerInfo::IntersectionList, _hitList);
I_PublicMemberProperty(osgManipulator::PointerInfo::IntersectionList::iterator, _hitIter);