Changed name of AnimationPathHandler to RecordCameraPathHandler

This commit is contained in:
Robert Osfield
2007-06-01 10:42:24 +00:00
parent 5a80e4bfdc
commit 78c831f850
3 changed files with 7 additions and 7 deletions

View File

@@ -113,11 +113,11 @@ TODO: Create osgviewer on-screen indication that animation is taking place.
TODO: Explore multi-cameras thing.
TODO: Investigate crash if non-focused camera?
*/
class AnimationPathHandler : public osgGA::GUIEventHandler
class RecordCameraPathHandler : public osgGA::GUIEventHandler
{
public:
AnimationPathHandler();
RecordCameraPathHandler();
virtual void getUsage(osg::ApplicationUsage &usage) const;