From Bryan Thrall, "UFOManipulator ignores any attached CoordinateFrameCallback; the

attached files fix this (based on 2.2 release).
"
This commit is contained in:
Robert Osfield
2007-12-21 14:21:21 +00:00
parent 8733bb1799
commit 5f7a2968ac
2 changed files with 36 additions and 23 deletions

View File

@@ -160,8 +160,8 @@ class OSGGA_EXPORT UFOManipulator : public osgGA::MatrixManipulator
double _t0;
double _dt;
osg::Vec3 _direction;
osg::Vec3 _position;
osg::Vec3d _direction;
osg::Vec3d _position;
bool _shift;