Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 18, 2006, 12:38:19 AM (18 years ago)
Author:
bensch
Message:

trunk: better smoother water

File:
1 edited

Legend:

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

    r6518 r6519  
    2828
    2929  float& height(unsigned int row, unsigned int column) { return this->vertex(row*this->_columns + column).y;};
     30  Vector& vertexG(unsigned int row, unsigned int column) { return this->vertex(row*this->_columns + column); };
     31  Vector& normalG(unsigned int row, unsigned int column) { return this->normal(row*this->_columns + column); };
    3032
    3133
Note: See TracChangeset for help on using the changeset viewer.