Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 26, 2006, 2:39:31 PM (18 years ago)
Author:
bensch
Message:

Water is better now (but still quite Bad)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/importer/vertex_array_model.cc

    r6769 r6771  
    268268          this->addNormal(0.0, 1, 0.0);
    269269          this->addTexCoor((float)i/(float)resolutionX, (float)j/(float)resolutionY);
    270           this->addColor((float)i/20.0, 0.0, (float)j/20.0);
     270          this->addColor(1.0, 1.0, 1.0);
    271271        }
    272272    }
Note: See TracChangeset for help on using the changeset viewer.