Changeset 8281

Show
Ignore:
Timestamp:
05/08/08 11:16:24
Author:
robert
Message:

Updated the doxygen docs to explain the deprecated status of SceneView?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • OpenSceneGraph/trunk/include/osgUtil/SceneView

    r8014 r8281  
    2929 
    3030/** 
    31  * SceneView is literaly a view of a scene, encapsulating the rendering of the scene. 
    32  * Provides methods for setting up the view and rendering it. 
     31 * SceneView is deprecated, and is now just kept for backwards compatibility. 
     32 * It is recommend that you use osgViewer::Viewer/Composite in combination 
     33 * with osgViewer::GraphicsWindowEmbedded for embedded rendering support as 
     34 * this provides a greater range of functionality and consistency of API. 
    3335*/ 
    3436class OSGUTIL_EXPORT SceneView : public osg::Object, public osg::CullSettings