Fixed typo of CoordinateSystem.

This commit is contained in:
Robert Osfield
2005-11-10 11:56:18 +00:00
parent e8d6df7583
commit afab32079e
3 changed files with 15 additions and 15 deletions

View File

@@ -84,10 +84,10 @@ BEGIN_OBJECT_REFLECTOR(osgProducer::Viewer)
I_Method1(void, setEventVisitor, IN, osgGA::EventVisitor *, nv);
I_Method0(osgGA::EventVisitor *, getEventVisitor);
I_Method0(const osgGA::EventVisitor *, getEventVisitor);
I_Method0(void, computeActiveCoordindateSystemNodePath);
I_Method1(void, setCoordindateSystemNodePath, IN, const osg::RefNodePath &, nodePath);
I_Method1(void, setCoordindateSystemNodePath, IN, const osg::NodePath &, nodePath);
I_Method0(const osg::RefNodePath &, getCoordindateSystemNodePath);
I_Method0(void, computeActiveCoordinateSystemNodePath);
I_Method1(void, setCoordinateSystemNodePath, IN, const osg::RefNodePath &, nodePath);
I_Method1(void, setCoordinateSystemNodePath, IN, const osg::NodePath &, nodePath);
I_Method0(const osg::RefNodePath &, getCoordinateSystemNodePath);
I_Method0(void, frame);
I_Method0(void, requestRedraw);
I_Method1(void, requestContinuousUpdate, IN, bool, x);
@@ -124,7 +124,7 @@ BEGIN_OBJECT_REFLECTOR(osgProducer::Viewer)
I_Method1(void, getUsage, IN, osg::ApplicationUsage &, usage);
I_Method0(void, updatedSceneData);
I_Property(osg::AnimationPath *, AnimationPath);
I_Property(const osg::RefNodePath &, CoordindateSystemNodePath);
I_Property(const osg::RefNodePath &, CoordinateSystemNodePath);
I_Property(bool, Done);
I_Property(double, DoneAtElapsedTime);
I_Property(bool, DoneAtElapsedTimeEnabled);