Changeset 8877 in orxonox.OLD for branches/mountain_lake/src/world_entities/environments/mapped_water.cc
- Timestamp:
- Jun 28, 2006, 5:34:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mountain_lake/src/world_entities/environments/mapped_water.cc
r8867 r8877 149 149 Shader::Uniform(shader, "dudvMap").set(3); 150 150 // Set the variable "depthMap" to correspond to the fifth texture unit 151 Shader::Uniform(shader, "depthMap").set( 2);151 Shader::Uniform(shader, "depthMap").set(1); 152 152 // Give the variable "waterColor" a blue color 153 153 color_uni = new Shader::Uniform(shader, "waterColor");
Note: See TracChangeset
for help on using the changeset viewer.