Added methods getCameraManipulatorNameList() and selectCameraManipulatorByName().

This commit is contained in:
Don BURNS
2005-03-11 17:48:01 +00:00
parent e001d4ddd6
commit 21c1d64b1c
2 changed files with 36 additions and 0 deletions

View File

@@ -274,6 +274,8 @@ class OSGPRODUCER_EXPORT Viewer : public OsgCameraGroup, public osgGA::GUIAction
unsigned int addCameraManipulator(osgGA::MatrixManipulator* cm);
void selectCameraManipulator(unsigned int no);
void getCameraManipulatorNameList( std::list<std::string> &nameList );
bool selectCameraManipulatorByName( const std::string &name );
void setRecordingAnimationPath(bool on) { _recordingAnimationPath = on; }