From Marco Jez, improvements to osgIntrospection, and new automatically generated
osgWrappers/osg set.
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
// ***************************************************************************
|
||||
//
|
||||
// Generated automatically by genwrapper.
|
||||
// Please DO NOT EDIT this file!
|
||||
//
|
||||
// ***************************************************************************
|
||||
|
||||
#include <osgIntrospection/ReflectionMacros>
|
||||
#include <osgIntrospection/TypedMethodInfo>
|
||||
#include <osgIntrospection/Attributes>
|
||||
|
||||
#include <osg/Vec2>
|
||||
|
||||
using namespace osgIntrospection;
|
||||
TYPE_NAME_ALIAS(osg::Vec2f, osg::Vec2);
|
||||
|
||||
// simple reflectors for types that are considered 'atomic'
|
||||
STD_VALUE_REFLECTOR(osg::Vec2)
|
||||
|
||||
Reference in New Issue
Block a user