Changeset 55 for osgVisual/include/manip_ObjectMounted
- Timestamp:
- May 29, 2010, 11:52:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/include/manip_ObjectMounted/manip_objectMounted.h
r32 r55 16 16 */ 17 17 18 #include <osgGA/ MatrixManipulator>18 #include <osgGA/CameraManipulator> 19 19 20 20 #include <osg/Quat> … … 33 33 * @date Aug 2009 34 34 */ 35 class objectMountedManipulator : public osgGA:: MatrixManipulator35 class objectMountedManipulator : public osgGA::CameraManipulator 36 36 { 37 37 public:
Note: See TracChangeset
for help on using the changeset viewer.