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/DistortionSetupStrategyProjectSyntropy.h

    r382 r383  
    3535        ~DistortionSetupStrategyProjectSyntropy();
    3636        void delegateDistortionSetup(osgViewer::DistortionSet* distortionSet);
    37         void setDistortionInputFiles( std::string distortionFile, std::string blendmapFile, std::string frustumFile, DistortionSetupStrategy::distortionType type);
     37        void setDistortionInputFiles( std::string vertexDistortionFile, std::string texCoordDistortionFile, std::string blendmapFile, std::string frustumFile, DistortionSetupStrategy::distortionType type);
    3838private:
    3939        //Functions related to CSV-File-Reading
     
    4646        std::string _blendmapFilename;
    4747        std::string _frustumFilename;
    48         std::string _distortionFilename;
     48        std::string _vertexDistortionFilename;
     49        std::string _texCoordDistortionFilename;
    4950
    5051};
Note: See TracChangeset for help on using the changeset viewer.