Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5390 in orxonox.OLD for trunk/src/lib/graphics/importer/model.cc


Ignore:
Timestamp:
Oct 16, 2005, 2:25:22 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: renamed Array to tArray

File:
1 edited

Legend:

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

    r5308 r5390  
    162162  this->scaleFactor = 1;
    163163
    164   this->vertices = new Array<GLfloat>();
    165   this->vTexture = new Array<GLfloat>();
    166   this->normals = new Array<GLfloat>();
     164  this->vertices = new tArray<GLfloat>();
     165  this->vTexture = new tArray<GLfloat>();
     166  this->normals = new tArray<GLfloat>();
    167167
    168168  this->materialList = new tList<ModelMaterial>;
Note: See TracChangeset for help on using the changeset viewer.