Changeset 106 for Swollen/include


Ignore:
Timestamp:
Jun 14, 2005, 1:28:07 PM (19 years ago)
Author:
darran
Message:
  • bugfix relating to relative path name in bedslope texture
  • added fixes for envmap and sky
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Swollen/include/swwreader.h

    r105 r106  
    103103    virtual triangle_list getConnectivity(unsigned int index) {return _connectivity.at(index);}
    104104
     105    const std::string getSwollenDir() {return *_swollendir;}
     106    virtual void setSwollenDir(const std::string path) {_swollendir = new std::string(path);}
     107
    105108
    106109protected:
     
    109112
    110113    std::string* _filename;
     114    std::string* _swollendir;
    111115   
    112116    // constructor determines SWW validity (netcdf + proper structure)
Note: See TracChangeset for help on using the changeset viewer.