Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 6, 2005, 4:31:48 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: orxonox now renders again the old way with glLists, additionaly there is now this triangle list created in background

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/importer/model.cc

    r4802 r4803  
    225225void Model::draw () const
    226226{
    227   /*
     227
    228228  PRINTF(4)("drawing the 3D-Models\n");
    229229  ModelGroup* tmpGroup = this->firstGroup;
     
    234234      tmpGroup = tmpGroup->next;
    235235    }
    236   */
    237 
    238   const GLfloat* pVertices = NULL;
     236
     237
     238/*  const GLfloat* pVertices = NULL;
    239239  const GLfloat* pNorm = NULL;
    240240
     
    259259
    260260  }
    261   glEnd();
     261  glEnd();*/
    262262}
    263263
Note: See TracChangeset for help on using the changeset viewer.