From 38133f87726afab18a46e61ec731d181a4e14647 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 8 May 2008 09:16:24 +0000 Subject: [PATCH] Updated the doxygen docs to explain the deprecated status of SceneView --- include/osgUtil/SceneView | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/osgUtil/SceneView b/include/osgUtil/SceneView index 01247dff2..241cbd3ab 100644 --- a/include/osgUtil/SceneView +++ b/include/osgUtil/SceneView @@ -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 {