Changed how the rotation and panning are managed, therby improving the

handling of the center point going over a pole.
This commit is contained in:
Robert Osfield
2004-05-17 22:22:24 +00:00
parent a62699b015
commit 2cd4bd513a
2 changed files with 56 additions and 23 deletions

View File

@@ -129,7 +129,7 @@ class OSGGA_EXPORT TerrainManipulator : public MatrixManipulator
bool _thrown;
osg::CoordinateFrame _coordinateFrame;
double _center[3];
osg::Quat _rotation;
float _distance;