Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 28, 2006, 6:32:49 PM (19 years ago)
Author:
stefalie
Message:

mountain_lake: …

File:
1 edited

Legend:

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

    r8884 r8885  
    4040  if (root != NULL)
    4141    this->loadParams(root);
    42   this->newShineSize = this->shineSize;
    43 
    4442
    4543  /// initialization of the textures
     
    395393  //PRINTF(0)("counter %i/n", tempcounter);
    396394  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 //   }
    415395}
    416396
Note: See TracChangeset for help on using the changeset viewer.