Updated wrappers
This commit is contained in:
@@ -9,13 +9,12 @@
|
||||
#include <osgIntrospection/TypedMethodInfo>
|
||||
#include <osgIntrospection/Attributes>
|
||||
|
||||
#include <osg/CopyOp>
|
||||
#include <osg/Object>
|
||||
#include <osg/State>
|
||||
#include <osg/StateAttribute>
|
||||
#include <osg/StateSet>
|
||||
#include <osg/Texture>
|
||||
#include <osg/Vec2>
|
||||
#include <osg/test/CopyOp>
|
||||
#include <osg/test/State>
|
||||
#include <osg/test/StateAttribute>
|
||||
#include <osg/test/Vec2>
|
||||
#include <osgText/Font>
|
||||
|
||||
// Must undefine IN and OUT macros defined in Windows headers
|
||||
@@ -124,7 +123,7 @@ BEGIN_OBJECT_REFLECTOR(osgText::Font::Glyph)
|
||||
I_Property(const osg::Vec2 &, VerticalBearing);
|
||||
END_REFLECTOR
|
||||
|
||||
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osgText::Font::GlyphTexture)
|
||||
BEGIN_OBJECT_REFLECTOR(osgText::Font::GlyphTexture)
|
||||
I_BaseType(osg::Texture2D);
|
||||
I_Constructor0();
|
||||
I_Method0(const char *, className);
|
||||
|
||||
@@ -9,16 +9,16 @@
|
||||
#include <osgIntrospection/TypedMethodInfo>
|
||||
#include <osgIntrospection/Attributes>
|
||||
|
||||
#include <osg/BoundingBox>
|
||||
#include <osg/CopyOp>
|
||||
#include <osg/Drawable>
|
||||
#include <osg/Object>
|
||||
#include <osg/PrimitiveSet>
|
||||
#include <osg/Quat>
|
||||
#include <osg/State>
|
||||
#include <osg/StateSet>
|
||||
#include <osg/Vec3>
|
||||
#include <osg/Vec4>
|
||||
#include <osg/test/BoundingBox>
|
||||
#include <osg/test/CopyOp>
|
||||
#include <osg/test/Drawable>
|
||||
#include <osg/test/PrimitiveSet>
|
||||
#include <osg/test/Quat>
|
||||
#include <osg/test/State>
|
||||
#include <osg/test/Vec3>
|
||||
#include <osg/test/Vec4>
|
||||
#include <osgText/Font>
|
||||
#include <osgText/String>
|
||||
#include <osgText/Text>
|
||||
@@ -249,3 +249,5 @@ STD_MAP_REFLECTOR(std::map< osg::ref_ptr< osg::StateSet > COMMA osgText::Text::
|
||||
|
||||
STD_VECTOR_REFLECTOR(std::vector< osgText::Font::Glyph * >);
|
||||
|
||||
STD_VECTOR_REFLECTOR(std::vector< unsigned int >);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user