Hi all,
Is there any way to access global functions using
osgIntrospection? seems that osgIntrospection only reflects
classes. For example, how do you access to osgDB::readNodeFile using
osgIntrospection?
Looking at the implementation:
ReaderWriter::ReadResult rr = Registry::instance()->readNode
(filename,options);
another question, how do you create a Registry instance using
osgIntrospection? (I know it is a singleton, so how do you call
Registry::instance?)
Cheers,
Jose L.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/