Hi Nikhil,

On Thu, Jun 17, 2010 at 3:11 PM, nikhil raprolu simha
<r.nikhilsi...@gmail.com> wrote:
> Can some one tell me what is the analogue for Producer::CameraConfig.

There isn't an equivalent, you just set up the slave Camera's directly
on the View. Loosely you can view a Producer::CameraGroup as a
osgViewer::View, and osgProducer::Viewer is equivalent to
osgViewer::Viewer.

FYI, you can load Producer .cfg files directly in osgviewer by using
the -c cameraconfig.cfg, you can also load the configuration directly
on the View.

As JS suggests it would be worth learning what the Producer based code
does and then separate learning how osgViewer::Viewer relates to
cameras by looking at the examples.  osgViewer::Viewer is pretty
similar to osgProducer::Viewer, just a little more flexible and less
of everything and the kitchen sink design - it's more pared down.

Robert.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to