Changeset 9918 in orxonox.OLD for branches/network/src/lib
- Timestamp:
- Nov 4, 2006, 12:01:57 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/graphics/importer/md2/md2Model.cc
r9917 r9918 313 313 glNormal3fv(anorms[this->data->pLightNormals[pCommands[2]]]); 314 314 glVertex3fv(this->verticesList[pCommands[2]]); 315 printf("vertex: %f, %f, %f\n", this->verticesList[pCommands[2]][0], this->verticesList[pCommands[2]][1], this->verticesList[pCommands[2]][2]);315 // printf("vertex: %f, %f, %f\n", this->verticesList[pCommands[2]][0], this->verticesList[pCommands[2]][1], this->verticesList[pCommands[2]][2]); 316 316 } 317 317 glEnd();
Note: See TracChangeset
for help on using the changeset viewer.