Hi Sam You probably don't want all you networking code in the same thread as the viewer thread, especially if the networking code could block. You would be better off using Update Callbacks to modify the scene when something changes.
Tony ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=64946#64946 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

