- Timestamp:
- 05/19/09 14:21:42 (16 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/applications/osgviewer/osgviewer.cpp
r9408 r10244 27 27 #include <osgGA/AnimationPathManipulator> 28 28 #include <osgGA/TerrainManipulator> 29 #include <osgGA/SphericalManipulator> 29 30 30 31 #include <iostream> … … 85 86 keyswitchManipulator->addMatrixManipulator( '3', "Drive", new osgGA::DriveManipulator() ); 86 87 keyswitchManipulator->addMatrixManipulator( '4', "Terrain", new osgGA::TerrainManipulator() ); 88 keyswitchManipulator->addMatrixManipulator( '5', "Spherical", new osgGA::SphericalManipulator() ); 87 89 88 90 std::string pathfile; 89 char keyForAnimationPath = ' 5';91 char keyForAnimationPath = '6'; 90 92 while (arguments.read("-p",pathfile)) 91 93 {
