Changeset 10317 in orxonox.OLD for trunk/src/world_entities/environments
- Timestamp:
- Jan 24, 2007, 1:30:29 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/environments/mapped_water.cc
r10114 r10317 162 162 mat.setDiffuseMap(refrTex, 1); 163 163 // 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); 165 165 // 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); 167 167 168 168 // sets texture parameters for reflection texture
Note: See TracChangeset
for help on using the changeset viewer.