Changed TerrainManipulator to use HEADING rather than AZIM to keep it consistent with SphericalManipulator

This commit is contained in:
Robert Osfield
2009-05-20 11:08:57 +00:00
parent cd18dc01da
commit 56c32eb131
2 changed files with 6 additions and 6 deletions

View File

@@ -30,10 +30,10 @@ class OSGGA_EXPORT TerrainManipulator : public MatrixManipulator
enum RotationMode
{
ELEVATION_AZIM_ROLL,
ELEVATION_AZIM
ELEVATION_HEADING_ROLL,
ELEVATION_HEADING
};
void setRotationMode(RotationMode mode);
RotationMode getRotationMode() const { return _rotationMode; }