Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6457 in orxonox.OLD for trunk/src/lib/graphics/importer/grid.h


Ignore:
Timestamp:
Jan 10, 2006, 12:39:08 AM (18 years ago)
Author:
bensch
Message:

water works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/importer/grid.h

    r6454 r6457  
    2626  unsigned int columns() const { return this->_columns; };
    2727
    28   float& height(unsigned int row, unsigned int column) { return this->vertex(row*_columns + row).y;};
     28  float& height(unsigned int row, unsigned int column) { return this->vertex(row*this->_columns + column).y;};
     29
     30
     31  void rebuidNormals();
    2932
    3033private:
Note: See TracChangeset for help on using the changeset viewer.