From d156e259ef4faa2966a090e1f15a4c24222fa8f0 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 20 May 2003 08:43:09 +0000 Subject: [PATCH] Fixed manipulator. --- examples/osgimpostor/TestManipulator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osgimpostor/TestManipulator.cpp b/examples/osgimpostor/TestManipulator.cpp index 1b2eca0d4..ae7d9177b 100644 --- a/examples/osgimpostor/TestManipulator.cpp +++ b/examples/osgimpostor/TestManipulator.cpp @@ -51,7 +51,7 @@ void TestManipulator::home(const GUIEventAdapter& ,GUIActionAdapter& us) const osg::BoundingSphere& boundingSphere=_node->getBound(); computePosition(boundingSphere.center()+osg::Vec3(0.0f, 0.0f, 20.0f), - osg::Vec3(0.0f, 1.0f, 20.0f), + osg::Vec3(0.0f, 1.0f, 0.0f), osg::Vec3(0.0f, 0.0f, 1.0f)); us.requestRedraw();