"Mike Hatcher" writes: > I see SceneView is deprecated. SceneView is something the app I'm working on > uses. Can anyone tell me what has replaced it?
Well, from include/osgUtil/SceneView: /** * SceneView is deprecated, and is now just kept for backwards compatibility. * It is recommend that you use osgViewer::Viewer/Composite in combination * with osgViewer::GraphicsWindowEmbedded for embedded rendering support as * this provides a greater range of functionality and consistency of API. */ -- Alberto _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

