I've started to skim the osgIntrospection code to try to understand it. It's very cool, but I'm still confused as to what the osgWrapper libraries do.

My current theory is that osgWrappers is a (near?-)comprehensive instantiation of the osgIntrospection class templates with respect to all existing OSG classes. They serve to cut compilation time as compared to everybody compiling their own template instantiations. Also, it helps those languages that can call shared library code directly, freeing them from having to compile any glue code.

Is that right?

If so, why doesn't osgWrappers have any .h files, er, I mean, interface files? How do I interface to the libraries without them?

If that's not right, what are the osgWrapper libraries for?

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

Reply via email to