- Timestamp:
- 01/07/09 12:24:47 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osganimationnode/osganimationnode.cpp
r9290 r9459 250 250 int main (int argc, char* argv[]) 251 251 { 252 osgViewer::Viewer viewer; 252 osg::ArgumentParser arguments(&argc, argv); 253 osgViewer::Viewer viewer(arguments); 254 253 255 osgGA::TrackballManipulator* manipulator = new osgGA::TrackballManipulator(); 254 256 viewer.setCameraManipulator(manipulator);
