Added support for control the pitch of the drive manipulator via the

up and down cursor keys.
This commit is contained in:
Robert Osfield
2005-02-22 19:19:50 +00:00
parent 8176434fc6
commit 10c3f934f1
2 changed files with 77 additions and 4 deletions

View File

@@ -99,7 +99,11 @@ class OSGGA_EXPORT DriveManipulator : public MatrixManipulator
osg::Vec3d _eye;
osg::Quat _rotation;
double _pitch;
double _distance;
bool _pitchUpKeyPressed;
bool _pitchDownKeyPressed;
};
}