Added support for recording animation paths in the osgProducer::Viewer.

This commit is contained in:
Robert Osfield
2003-04-05 22:24:48 +00:00
parent 79fd5786d8
commit c7a7bd03cb
6 changed files with 145 additions and 10 deletions

View File

@@ -194,7 +194,7 @@ int main( int argc, char **argv )
// update the main producer camera
cg->setView(old_style_osg_camera->getModelViewMatrix().ptr());
cg->setView(old_style_osg_camera->getModelViewMatrix());
// fire off the cull and draw traversals of the scene.
cg->frame();