Changeset 13041 for OpenSceneGraph/trunk/include/osgViewer/View
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/include/osgViewer/View (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osgViewer/View
r12794 r13041 50 50 }; 51 51 52 52 53 53 /** View holds a single view on a scene, this view may be composed of one or more slave cameras.*/ 54 54 class OSGVIEWER_EXPORT View : public osg::View, public osgGA::GUIActionAdapter
