Hi Robert, I can't speak for Stefan in regards to the design choice of multiple Viewers rather than a CompositeViewer, but we made the same choice in our system. The reason is that our application provides functionality via a plugin system, and ideally plugins can be agnostic about what other plugins are doing. It is not uncommon for multiple plugin modules running simultaneously to use the OSG for rendering, and it was much simpler to let each plugin create a Viewer if it so desired - and for us, it works great.
Cheers, Tom ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=45733#45733 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

