Ignore:
Timestamp:
Jun 15, 2012, 9:14:07 PM (12 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/distortionNG/main.cpp

    r380 r383  
    5353        osg::ref_ptr<osgViewer::DistortionSet> _distortionSet = new osgViewer::DistortionSet();
    5454        _distortionSet->setIntensityMap( intMap );
    55         _distortionSet->setDistortionMeshRows( 20 );
    56         _distortionSet->setDistortionMeshColumns( 20 );
    57 
     55        _distortionSet->setDistortionMeshDimensions(20, 20);
     56       
    5857
    5958// ---- test plugin read / write
     
    9695
    9796        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",
    9999                                                                                "./resources/ProjectSyntropy/blending_1.bmp",
    100100                                                                                "./resources/ProjectSyntropy/Vertices/frustum_1.csv",
Note: See TracChangeset for help on using the changeset viewer.