Remamed TrackerManipulator to NodeTrackerManipulator

This commit is contained in:
Robert Osfield
2004-08-30 10:03:18 +00:00
parent 0724243959
commit 146f4cd573
5 changed files with 36 additions and 36 deletions

View File

@@ -18,7 +18,7 @@
#include <osgParticle/FireEffect>
#include <osgParticle/ParticleSystemUpdater>
#include <osgGA/TrackerManipulator>
#include <osgGA/NodeTrackerManipulator>
// for the grid data..
#include "../osghangglide/terrain_coords.h"
@@ -331,7 +331,7 @@ int main(int argc, char **argv)
if (!fnnv._foundNodes.empty())
{
osgGA::TrackerManipulator* tm = new osgGA::TrackerManipulator;
osgGA::NodeTrackerManipulator* tm = new osgGA::NodeTrackerManipulator;
tm->setTrackNode(fnnv._foundNodes[0].get());
std::cout<<"Found "<<std::endl;