Changeset 392 for experimental/distortionNG/main.cpp
- Timestamp:
- Jun 30, 2012, 5:25:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
experimental/distortionNG/main.cpp
r391 r392 53 53 osg::ref_ptr<osgViewer::DistortionSet> _distortionSet = new osgViewer::DistortionSet(); 54 54 _distortionSet->setIntensityMap( intMap ); 55 _distortionSet->setDistortionMeshDimensions(20, 20);55 _distortionSet->setDistortionMeshDimensions(20, 30); 56 56 57 57
Note: See TracChangeset
for help on using the changeset viewer.