Ignore:
Timestamp:
11/21/08 09:19:15 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/VboFormatConverter/VboFormatConverter.cpp

    r3146 r3152  
    195195        { 
    196196                // hack 
    197                 const string texName("fischi_u1_v1.png"); 
     197                const string texName("FischiNormalmap.png"); 
    198198                //const string texName("wood.jpg"); 
    199199 
     
    203203                ofile.write(texName.c_str(), sizeof(char) * texnameSize); 
    204204 
    205                 int boundS = 1, boundT = 1; 
    206  
     205                // set boundary to repeat 
     206                int boundS = 1; int boundT = 1; 
     207                 
    207208                ofile.write(reinterpret_cast<char *>(&boundS), sizeof(int)); 
    208209                ofile.write(reinterpret_cast<char *>(&boundT), sizeof(int)); 
Note: See TracChangeset for help on using the changeset viewer.