From e001d4ddd63d84be54e48dc082126111836a92b3 Mon Sep 17 00:00:00 2001 From: Don BURNS Date: Fri, 11 Mar 2005 17:46:34 +0000 Subject: [PATCH] Added the 'H' - home to usage message --- src/osgGA/UFOManipulator.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/osgGA/UFOManipulator.cpp b/src/osgGA/UFOManipulator.cpp index 091bccd7f..2ce2560bb 100644 --- a/src/osgGA/UFOManipulator.cpp +++ b/src/osgGA/UFOManipulator.cpp @@ -59,7 +59,7 @@ osg::Node* UFOManipulator::getNode() const char* UFOManipulator::className() const { - return "UFOManipulator"; + return "UFO"; } void UFOManipulator::setByMatrix( const osg::Matrix &mat ) @@ -209,6 +209,7 @@ void UFOManipulator::getUsage(osg::ApplicationUsage& usage) const usage.addKeyboardMouseBinding("UFO Manipulator: ", "Rotate view (but not direction of travel) down."); usage.addKeyboardMouseBinding("UFO Manipulator: ", "Rotate view (but not direction of travel) left."); usage.addKeyboardMouseBinding("UFO Manipulator: ", "Rotate view (but not direction of travel) right."); + usage.addKeyboardMouseBinding("UFO Manipulator: 'H'", "go to Home position."); }