Basically my setup is similar to osgfpdepth but instead of a simple 
osgViewer::Viewer object I have a osgViewer::CompositeViewer on the top.
Currently I only have one view in my CompositeViewer. 

After I add the rttCamera as a slave to the View returned by viewer.getView(0) 
and then add the texCamera to the same view,   the cameras that are processed 
by osgUtil::RenderStage::runCameraSetup are the main camera created in the view 
and the texCamera. If I debug the osgfpdepth program with its simple 
osgViewer::Viewer and its rttCamera and its texCamera, I see both the rttCamera 
and the texCamera processed by osgUtil::RenderStage::runCameraSetup. 

Does anyone have any suggestions as to were to look? I want the behaviour as 
the osgfpdepth example. Thanks in advance.

------------------------
Tony V

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=68206#68206





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to