Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 8, 2007, 11:34:37 AM (17 years ago)
Author:
bknecht
Message:

changed all /pictures/ to /textures/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/data_fix/src/world_entities/environments/mapped_water.cc

    r10114 r10190  
    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.