another update:

now i got rid of the error by setting the start tick timer of the viewer to be 
equal to the timer on the existing main scene view this way

Code:
osg::Timer_t timer = _sceneView->getStartTick();
_viewer->realize();
_viewer->setStartTick(timer);


i can even omit the command with ON_DEMAND from my previous post.

however, the occasional problem with closing whole application by closing the 
secondary window described in my previous post  persists.

thanks ahead for any tips.

Andrey

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=44521#44521





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to