Added support for optionally calling releaseContext at the end of each

renderinTraversals() to help with cases where uses are driving multiple
contexts from mulitple viewers in a single threaded frame loop.
This commit is contained in:
Robert Osfield
2008-06-04 16:46:14 +00:00
parent 338be0b926
commit 282fa84789
4 changed files with 26 additions and 3 deletions

View File

@@ -184,6 +184,8 @@ int CompositeViewer::run()
}
}
setReleaseContextAtEndOfFrameHint(false);
return ViewerBase::run();
}