From 8f4c4dbae824def942f1eb4afd0b1133606dfc58 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 29 Sep 2003 14:42:15 +0000 Subject: [PATCH] Fixed DriveManipulator::init(,) method so that used a Matrix::set(Quat) rather than the inappropriate usage Matrix::get(Quat). --- src/osgGA/DriveManipulator.cpp | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/osgGA/DriveManipulator.cpp b/src/osgGA/DriveManipulator.cpp index 4c659f370..10326e144 100644 --- a/src/osgGA/DriveManipulator.cpp +++ b/src/osgGA/DriveManipulator.cpp @@ -55,6 +55,8 @@ osg::Node* DriveManipulator::getNode() void DriveManipulator::home(const GUIEventAdapter& ea,GUIActionAdapter& us) { + std::cout<<"home()"<