Changeset 8885 in orxonox.OLD for branches/mountain_lake/src/world_entities/environments/mapped_water.cc
- Timestamp:
- Jun 28, 2006, 6:32:49 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mountain_lake/src/world_entities/environments/mapped_water.cc
r8884 r8885 40 40 if (root != NULL) 41 41 this->loadParams(root); 42 this->newShineSize = this->shineSize;43 44 42 45 43 /// initialization of the textures … … 395 393 //PRINTF(0)("counter %i/n", tempcounter); 396 394 tempcounter++; 397 398 // if(this->tempcounter == 100) {399 // this->fadeWaterColor(1, 0, 0, 10);400 //401 // PRINTF(0)("test waterchangecolor ");402 // }403 // tempcounter++;404 //405 // if(this->newWaterColor != this->waterColor)406 // {407 // float dtime = this->colorFadeTime / dt;408 // Vector temp = (this->newWaterColor - this->waterColor) * dtime + this->waterColor;409 //410 // temp.debug();411 //412 // this->colorFadeTime -= dt;413 // this->resetWaterColor(temp.x, temp.y, temp.z);414 // }415 395 } 416 396
Note: See TracChangeset
for help on using the changeset viewer.