Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 11, 2005, 2:42:55 PM (18 years ago)
Author:
bensch
Message:

orxonox/branches/controll: Should compile on windows again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/spaceshipcontrol/src/lib/graphics/importer/static_model.cc

    r6033 r6046  
    143143StaticModel::StaticModel(const char* modelName)
    144144{
    145   this->setClassID(CL_MODEL, "Model");
     145  this->setClassID(CL_STATIC_MODEL, "StaticModel");
    146146  PRINTF(4)("new 3D-Model is being created\n");
    147147  this->setName(modelName);
     
    547547      this->currentGroup->currentFace->vertexCount++;
    548548    }
    549  
     549
    550550  this->currentGroup->faceCount += this->currentGroup->currentFace->vertexCount -2;
    551551  this->faceCount += this->currentGroup->currentFace->vertexCount -2;
Note: See TracChangeset for help on using the changeset viewer.