Added ImageStream::quit(bool) for exiting from video threads, and added

clean up to OsgCameGroup to quit movie threads automatically.
This commit is contained in:
Robert Osfield
2004-07-23 09:15:22 +00:00
parent 215e65a42d
commit cf62f7097d
8 changed files with 135 additions and 51 deletions

View File

@@ -303,8 +303,6 @@ Viewer::Viewer(osg::ArgumentParser& arguments):
Viewer::~Viewer()
{
// kill the DatabasePager and associated thread if one exists.
osgDB::Registry::instance()->setDatabasePager(0);
}
void Viewer::setCoordindateSystemNodePath(const osg::NodePath& nodePath)