hi, for a project, I use the default osgProducer like that:

 viewer.setUpViewer(osgProducer::Viewer::STANDARD_SETTINGS);
  viewer.setSceneData( root );

  viewer.realize();

  while( !viewer.done() )
  {
     viewer.sync();
     viewer.update();
     viewer.frame();
  }

it's very perfect for what I need except for one thing. when I move
some object they can go out of the vision of the camera.
is it possible to recalculate the entiere box of the all the scene and
say that to viewer ?? or for that it's a obligation to have a camera
with a config, etc..Etc...

thanks a+++
_______________________________________________
osg-users mailing list
osg-users@openscenegraph.net
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to