Changeset 4803 in orxonox.OLD
- Timestamp:
- Jul 6, 2005, 4:31:48 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/importer/model.cc
r4802 r4803 225 225 void Model::draw () const 226 226 { 227 /* 227 228 228 PRINTF(4)("drawing the 3D-Models\n"); 229 229 ModelGroup* tmpGroup = this->firstGroup; … … 234 234 tmpGroup = tmpGroup->next; 235 235 } 236 */ 237 238 const GLfloat* pVertices = NULL;236 237 238 /* const GLfloat* pVertices = NULL; 239 239 const GLfloat* pNorm = NULL; 240 240 … … 259 259 260 260 } 261 glEnd(); 261 glEnd();*/ 262 262 } 263 263
Note: See TracChangeset
for help on using the changeset viewer.