Changeset 6264 in orxonox.OLD for branches/height_map/src/lib
- Timestamp:
- Dec 22, 2005, 6:45:31 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/height_map/src/lib/graphics/importer/vertex_array_model.cc
r6263 r6264 80 80 glColorPointer(3, GL_FLOAT, 0, &this->colors[0]); 81 81 82 for (GLuint i = 1; ++i < this->stripes.size(); ++i)83 { 84 glDrawElements( GL_TRIANGLE S,82 for (GLuint i = 1; i < this->stripes.size(); ++i) 83 { 84 glDrawElements( GL_TRIANGLE_STRIP, 85 85 this->stripes[i] - this->stripes[i-1], 86 86 GL_UNSIGNED_BYTE,
Note: See TracChangeset
for help on using the changeset viewer.