Updated wrappers

This commit is contained in:
Robert Osfield
2005-07-15 21:47:11 +00:00
parent 71a7078d79
commit 5c9bd792a3
36 changed files with 1037 additions and 226 deletions

View File

@@ -15,6 +15,7 @@
#include <osg/Object>
#include <osg/Quat>
#include <osg/Shape>
#include <osg/Vec2>
#include <osg/Vec3>
// Must undefine IN and OUT macros defined in Windows headers
@@ -237,6 +238,7 @@ BEGIN_OBJECT_REFLECTOR(osg::HeightField)
I_Method0(const osg::HeightField::HeightList &, getHeightList);
I_Method2(osg::Vec3, getVertex, IN, unsigned int, c, IN, unsigned int, r);
I_Method2(osg::Vec3, getNormal, IN, unsigned int, c, IN, unsigned int, r);
I_Method2(osg::Vec2, getHeightDelta, IN, unsigned int, c, IN, unsigned int, r);
I_Property(unsigned int, BorderWidth);
I_IndexedProperty2(float, Height, unsigned int, c, unsigned int, r);
I_ReadOnlyProperty(osg::HeightField::HeightList &, HeightList);