Changeset 8281
- Timestamp:
- 05/08/08 11:16:24
- Files:
-
- OpenSceneGraph/trunk/include/osgUtil/SceneView (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
OpenSceneGraph/trunk/include/osgUtil/SceneView
r8014 r8281 29 29 30 30 /** 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. 33 35 */ 34 36 class OSGUTIL_EXPORT SceneView : public osg::Object, public osg::CullSettings
