Changes between Version 6 and Version 7 of Support/Tutorials/FileLoadingAndTransforms
- Timestamp:
- 11/19/08 06:55:35 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Support/Tutorials/FileLoadingAndTransforms
v6 v7 74 74 75 75 // attach a trackball manipulator to all user control of the view 76 viewer. addCameraManipulator(new osgGA::TrackballManipulator);76 viewer.setCameraManipulator(new osgGA::TrackballManipulator); 77 77 78 78 // create the windows and start the required threads.
