Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 18, 2006, 5:45:24 PM (18 years ago)
Author:
bottac
Message:

Improved texturemapping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/height_map_merge/src/lib/graphics/importer/texture.cc

    r6465 r6603  
    264264
    265265
    266   glTexParameteri(target, GL_TEXTURE_WRAP_S, GL_REPEAT);
    267   glTexParameteri(target, GL_TEXTURE_WRAP_T, GL_REPEAT);
     266  // glTexParameteri(target, GL_TEXTURE_WRAP_S, GL_REPEAT);
     267  // glTexParameteri(target, GL_TEXTURE_WRAP_T, GL_REPEAT);
    268268
    269269  /* control the mipmap levels */
Note: See TracChangeset for help on using the changeset viewer.