Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10317 in orxonox.OLD for trunk/src/world_entities/environments


Ignore:
Timestamp:
Jan 24, 2007, 1:30:29 AM (18 years ago)
Author:
patrick
Message:

merged branche data-fix back to trunk. this breaks compatibility with the old data/trunk data repository! be sure to update your data trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/environments/mapped_water.cc

    r10114 r10317  
    162162  mat.setDiffuseMap(refrTex, 1);
    163163  // load normal map
    164   mat.setDiffuseMap("pictures/water_normalmap.bmp", GL_TEXTURE_2D, 2);
     164  mat.setDiffuseMap("textures/water_normalmap.bmp", GL_TEXTURE_2D, 2);
    165165  // load dudv map
    166   mat.setDiffuseMap("pictures/water_dudvmap.bmp", GL_TEXTURE_2D, 3);
     166  mat.setDiffuseMap("textures/water_dudvmap.bmp", GL_TEXTURE_2D, 3);
    167167
    168168  // sets texture parameters for reflection texture
Note: See TracChangeset for help on using the changeset viewer.