Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7751 in orxonox.OLD for trunk/src/lib/graphics/importer/texture.cc


Ignore:
Timestamp:
May 21, 2006, 12:51:36 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: all Textures are shown again.

File:
1 edited

Legend:

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

    r7730 r7751  
    272272  glBindTexture(target, texture);
    273273
    274    glTexImage2D(target,  0,  format,
    275                 surface->w,  surface->h,
    276                 0, format,  GL_UNSIGNED_BYTE,
    277                 surface->pixels);
     274//   glTexImage2D(target,  0,  format,
     275//                surface->w,  surface->h,
     276//                0, format,  GL_UNSIGNED_BYTE,
     277//                surface->pixels);
    278278
    279279  glTexParameteri(target, GL_TEXTURE_WRAP_S, GL_REPEAT);
Note: See TracChangeset for help on using the changeset viewer.