Hi,
There should be some combination of options for the optimiser stuff in osgUtil that will let you merge geometries. This isn’t always possible (for example, if two nodes need wildly different renderer state, then there’s no way to merge them without the state being wrong when one is drawn) but if your models are fairly similar, it shouldn’t be a problem when you find the right settings.
By the way, it’s probably not the best idea to still be using geodes with modern OSG versions. osg::Drawable inherits osg::Node now, so you can put drawables directly into the scene graph like any other node.
Good luck,
Chris
--
You received this message because you are subscribed to the Google Groups "OpenSceneGraph Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to osg-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/osg-users/mailman.22744.1603119549.3538.osg-users-openscenegraph.org%40lists.openscenegraph.org.