Ignore:
Timestamp:
06/20/08 00:46:27 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/CHC_revisited/src/BinaryLoader.cpp

    r2782 r2784  
    9797 
    9898                //cout << "loading texture " << texname << " with len " << texnameSize << " id: " << id << endl; 
    99                 Texture *tex = new Texture(texname); 
     99                Texture *tex = new Texture(model_path + texname); 
    100100 
    101101                mTextureTable[i] = tex; 
Note: See TracChangeset for help on using the changeset viewer.