Ignore:
Timestamp:
Jun 30, 2012, 8:56:16 PM (12 years ago)
Author:
Torben Dannhauer
Message:

vertex- and texcoord warping works now :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/distortionNG/main.cpp

    r393 r394  
    9696        DistortionSetupStrategyProjectSyntropy* psStrategy = new DistortionSetupStrategyProjectSyntropy();
    9797        psStrategy->setDistortionInputFiles( "./resources/ProjectSyntropy/Vertices/warpmap_1.csv",
    98                                                                                 "./resources/ProjectSyntropy/TexCoords/warpmap_1.csv",
     98                                                                                //"./resources/ProjectSyntropy/TexCoords/warpmap_1.csv",
    9999                                                                                "./resources/ProjectSyntropy/blending_1.bmp",
    100                                                                                 "./resources/ProjectSyntropy/Vertices/frustum_1.csv",
    101                                                                                 DistortionSetupStrategy::TEXCOORDDISTORTION );
     100                                                                                "./resources/ProjectSyntropy/Vertices/frustum_1.csv" );
    102101        distortionManip->setDistortionSetupStrategy( psStrategy );
    103102        viewer.addEventHandler(distortionManip);
Note: See TracChangeset for help on using the changeset viewer.