Changeset 6457 in orxonox.OLD for trunk/src/lib/graphics
- Timestamp:
- Jan 10, 2006, 12:39:08 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/importer/grid.h
r6454 r6457 26 26 unsigned int columns() const { return this->_columns; }; 27 27 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(); 29 32 30 33 private:
Note: See TracChangeset
for help on using the changeset viewer.