- Timestamp:
- 11/21/08 09:19:15 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/VboFormatConverter/VboFormatConverter.cpp
r3146 r3152 195 195 { 196 196 // hack 197 const string texName(" fischi_u1_v1.png");197 const string texName("FischiNormalmap.png"); 198 198 //const string texName("wood.jpg"); 199 199 … … 203 203 ofile.write(texName.c_str(), sizeof(char) * texnameSize); 204 204 205 int boundS = 1, boundT = 1; 206 205 // set boundary to repeat 206 int boundS = 1; int boundT = 1; 207 207 208 ofile.write(reinterpret_cast<char *>(&boundS), sizeof(int)); 208 209 ofile.write(reinterpret_cast<char *>(&boundT), sizeof(int));
Note: See TracChangeset
for help on using the changeset viewer.