Updated the doxygen docs to explain the deprecated status of SceneView
This commit is contained in:
@@ -28,8 +28,10 @@
|
||||
namespace osgUtil {
|
||||
|
||||
/**
|
||||
* SceneView is literaly a view of a scene, encapsulating the rendering of the scene.
|
||||
* Provides methods for setting up the view and rendering it.
|
||||
* 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.
|
||||
*/
|
||||
class OSGUTIL_EXPORT SceneView : public osg::Object, public osg::CullSettings
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user