Hi Julien, On 17 January 2015 at 18:47, Julien Valentin <[email protected]> wrote:
> I tryied to explain on the website osg4noob.olympe.in but it's not very > technically detailled.... > The basic idea was to use QT MetaModel in order to do the same as > cppintrospection... > I am not familiar with the QT MetaModel so can't comment on this in particular, but for introspection you can use the osgDB::PropertyInterface that is in the svn/trunk version of the OSG. I wrote this to facilitate scripting integration. The PropertInterface class provides a front end for querrying the interfaces of classes, creating objects, calling methods, getting properties in a generic way. The osgDB serializers are used in the hood to do the integration with the OSG classes. Robert.
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

