Hi!

I have a problem with osgIntrospection Wrappers. There are no dependencies between wrapper libraries.

For example, imagine this scenerio:
  1.- load osg wrapper
  2.- load osgProducer wrapper
  3.- Create a instance of osgProducer.Viewer

BOOM! A exception is throw: (type `N5osgGA16GUIActionAdapterE' is declared but not defined)
The exception happens because osgGA wrapper is not loaded. I think Producer wrapper should depend from osgGA wrapper.

I have another problem with getAllMethods method in Type class. For example you can get a Type for osg::CollectOccludersVisitor and then call getAllMethods(), the result is a exception. The reason that osg::CollectOccludersVisitor inherits from osg::CullStack and CullStack is not exported by osgIntrospection.


Cheers,
  Miguel
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to