Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9918 in orxonox.OLD


Ignore:
Timestamp:
Nov 4, 2006, 12:01:57 AM (17 years ago)
Author:
patrick
Message:

branches/network: removed full debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/graphics/importer/md2/md2Model.cc

    r9917 r9918  
    313313      glNormal3fv(anorms[this->data->pLightNormals[pCommands[2]]]);
    314314      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]);
    316316    }
    317317    glEnd();
Note: See TracChangeset for help on using the changeset viewer.