Ignore:
Timestamp:
Jun 14, 2012, 2:43:38 PM (12 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/distortionNG/DistortionSetupStrategyProjectSyntropy.h

    r376 r377  
    4444
    4545        bool _distortionInitialized;                            //Is Distortion already initialized?
    46         bool _switchDistortionTypeVortexToTexcoords;            //Indicates if Texcoord- (true) or Vortexdistortion (false) is selected
     46        DistortionSetupStrategy::distortionType _distortionType; //might be VERTEXDISTORTION, TEXCOORDDISTORTION, COMBINEDDISTORTION or UNDEFINED...
     47        std::string _blendmapFilename;
     48        std::string _frustumFilename;
     49        std::string _distortionFilename;
    4750
    48         //Paths of Blending/Warping related Files
    49         std::string _intensityMapFilename;
    50 
    51         std::string _frustumVortexDistortionFilename;
    52         std::string _frustumTexcoordDistortionFilename;
    53 
    54         std::string _meshVortexDistortionFilename;
    55         std::string _meshTexcoordDistortionFilename;
    5651};
Note: See TracChangeset for help on using the changeset viewer.