Updated wrappers

This commit is contained in:
Robert Osfield
2006-09-21 15:09:10 +00:00
parent 84387e4abe
commit 78444878c3
18 changed files with 226 additions and 21 deletions

View File

@@ -16,6 +16,7 @@
#include <osg/Object>
#include <osg/PrimitiveSet>
#include <osg/Quat>
#include <osg/RenderInfo>
#include <osg/State>
#include <osg/Vec3>
#include <osg/Vec4>
@@ -172,7 +173,7 @@ BEGIN_OBJECT_REFLECTOR(osgText::Text)
I_Method1(void, setKerningType, IN, osgText::KerningType, kerningType);
I_Method0(osgText::KerningType, getKerningType);
I_Method0(unsigned int, getLineCount);
I_Method1(void, drawImplementation, IN, osg::State &, state);
I_Method1(void, drawImplementation, IN, osg::RenderInfo &, renderInfo);
I_Method1(bool, supports, IN, const osg::Drawable::AttributeFunctor &, x);
I_Method1(bool, supports, IN, const osg::Drawable::ConstAttributeFunctor &, x);
I_Method1(void, accept, IN, osg::Drawable::ConstAttributeFunctor &, af);