Changeset 380 for experimental/distortionNG/main.cpp
- Timestamp:
- Jun 14, 2012, 10:21:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
experimental/distortionNG/main.cpp
r376 r380 93 93 94 94 // Add the distortion manipulator 95 osgViewer::DistortionManipulator* distortionManip = new osgViewer::DistortionManipulator( _distortionSet);95 osgViewer::DistortionManipulator* distortionManip = new osgViewer::DistortionManipulator(&viewer, _distortionSet); 96 96 97 97 DistortionSetupStrategyProjectSyntropy* psStrategy = new DistortionSetupStrategyProjectSyntropy();
Note: See TracChangeset
for help on using the changeset viewer.