Hi Hartmut,
I also had this problem and that inheritance for osg.MatrixTransform or osg.AutoTransform aren't "complete"
What do you mean by "complete" ? The osgintrospection example lists them as concrete classes on my machine.
just try to do an matrixtransform:addChild(node) ... osgIntrospection bails out with complaining about a nonexistant method.
Can you provide an example?
And to Marco, how do I call a static method? I just see that osgDB.readNodeFile/s is not been wrapped which would be a good example though.
I didn't implement support for wrapping free functions. There isn't any particular reason, I just started implementing wrappers for class methods since they're the vast majority in OSG. In osgTcl for example I defined a custom command to let Tcl scripts call readNodeFile without using osgIntrospection.
Cheers, Marco _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
