Changeset 394 for experimental/distortionNG/main.cpp
- Timestamp:
- Jun 30, 2012, 8:56:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
experimental/distortionNG/main.cpp
r393 r394 96 96 DistortionSetupStrategyProjectSyntropy* psStrategy = new DistortionSetupStrategyProjectSyntropy(); 97 97 psStrategy->setDistortionInputFiles( "./resources/ProjectSyntropy/Vertices/warpmap_1.csv", 98 "./resources/ProjectSyntropy/TexCoords/warpmap_1.csv",98 //"./resources/ProjectSyntropy/TexCoords/warpmap_1.csv", 99 99 "./resources/ProjectSyntropy/blending_1.bmp", 100 "./resources/ProjectSyntropy/Vertices/frustum_1.csv", 101 DistortionSetupStrategy::TEXCOORDDISTORTION ); 100 "./resources/ProjectSyntropy/Vertices/frustum_1.csv" ); 102 101 distortionManip->setDistortionSetupStrategy( psStrategy ); 103 102 viewer.addEventHandler(distortionManip);
Note: See TracChangeset
for help on using the changeset viewer.