Added Marco Jez's osgIntrospection + osgWrapper libs with osgintrospection
example
This commit is contained in:
13
src/osgWrappers/osg/Drawable.cpp
Normal file
13
src/osgWrappers/osg/Drawable.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include <osgIntrospection/ReflectionMacros>
|
||||
#include <osgIntrospection/TypedMethodInfo>
|
||||
#include <osgIntrospection/Attributes>
|
||||
|
||||
#include <osg/Drawable>
|
||||
|
||||
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::Drawable)
|
||||
BaseType(osg::Object);
|
||||
Property(osg::StateSet *, StateSet);
|
||||
ReadOnlyProperty(osg::Drawable::ParentList, Parents);
|
||||
END_REFLECTOR
|
||||
|
||||
STD_CONTAINER_REFLECTOR(osg::Drawable::ParentList);
|
||||
Reference in New Issue
Block a user