Changeset 5390 in orxonox.OLD for trunk/src/lib/graphics/importer/model.cc
- Timestamp:
- Oct 16, 2005, 2:25:22 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/importer/model.cc
r5308 r5390 162 162 this->scaleFactor = 1; 163 163 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>(); 167 167 168 168 this->materialList = new tList<ModelMaterial>;
Note: See TracChangeset
for help on using the changeset viewer.