Hi Jason, On 4 June 2012 00:40, Jason Anderssen <[email protected]> wrote: > I would like to know what is the best way to go about having a shared vertex > array that is shared between multiple Geode's with indexes into the vertex > array?
Simply assign the same vertex array to each osg::Geometry and use different DrawElementsUShort/UInt to index them. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

