Added Viewer::setEndBarrierPosition method, change Viewer::setKeySetsDone(int) to setKeyEventSetDone(int),

added support for toggling threading model and end barrier position into osgviewer
This commit is contained in:
Robert Osfield
2007-01-12 21:05:39 +00:00
parent 5a515914bc
commit 694b304c00
5 changed files with 199 additions and 27 deletions

View File

@@ -123,7 +123,7 @@ int main( int argc, char **argv )
while (arguments.read("-p",pathfile))
{
apm = new osgGA::AnimationPathManipulator(pathfile);
if(!apm.valid() || !(apm->valid()) )
if (!apm.valid() || !(apm->valid()) )
{
apm = 0;
}