Added Marco Jez's osgIntrospection + osgWrapper libs with osgintrospection
example
This commit is contained in:
12
src/osgWrappers/osg/Geode.cpp
Normal file
12
src/osgWrappers/osg/Geode.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <osgIntrospection/ReflectionMacros>
|
||||
#include <osgIntrospection/TypedMethodInfo>
|
||||
#include <osgIntrospection/Attributes>
|
||||
|
||||
#include <osg/Geode>
|
||||
|
||||
using namespace osgIntrospection;
|
||||
|
||||
BEGIN_OBJECT_REFLECTOR(osg::Geode)
|
||||
BaseType(osg::Node);
|
||||
ArrayPropertyWithReturnType(osg::Drawable *, Drawable, Drawables, bool);
|
||||
END_REFLECTOR
|
||||
Reference in New Issue
Block a user