Changeset 383 for experimental/distortionNG/main.cpp
- Timestamp:
- Jun 15, 2012, 9:14:07 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
experimental/distortionNG/main.cpp
r380 r383 53 53 osg::ref_ptr<osgViewer::DistortionSet> _distortionSet = new osgViewer::DistortionSet(); 54 54 _distortionSet->setIntensityMap( intMap ); 55 _distortionSet->setDistortionMeshRows( 20 ); 56 _distortionSet->setDistortionMeshColumns( 20 ); 57 55 _distortionSet->setDistortionMeshDimensions(20, 20); 56 58 57 59 58 // ---- test plugin read / write … … 96 95 97 96 DistortionSetupStrategyProjectSyntropy* psStrategy = new DistortionSetupStrategyProjectSyntropy(); 98 psStrategy->setDistortionInputFiles( "./resources/ProjectSyntropy/Vertices/warpmap_1.csv", 97 psStrategy->setDistortionInputFiles( "./resources/ProjectSyntropy/Vertices/warpmap_2.csv", 98 "./resources/ProjectSyntropy/TexCoords/warpmap_2.csv", 99 99 "./resources/ProjectSyntropy/blending_1.bmp", 100 100 "./resources/ProjectSyntropy/Vertices/frustum_1.csv",
Note: See TracChangeset
for help on using the changeset viewer.