Ported osgGLUT based src/Demos across to being osgProducer based, and placed

them in the new examples/ directory.
This commit is contained in:
Robert Osfield
2003-03-14 20:35:45 +00:00
parent 2ca505b3d8
commit 7083773b64
122 changed files with 20331 additions and 40 deletions

View File

@@ -230,6 +230,8 @@ void Viewer::update()
handled = (*handler_itr)->handle(*(*event_itr),*this);
}
}
_updateVisitor->setTraversalNumber(_frameStamp->getFrameNumber());
// update the scene by traversing it with the the update visitor which will
// call all node update callbacks and animations.