Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7055 in orxonox.OLD for trunk/src/world_entities/world_entity.cc


Ignore:
Timestamp:
Feb 6, 2006, 2:52:14 PM (18 years ago)
Author:
patrick
Message:

trunk: md2 scaling patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/world_entity.cc

    r7015 r7055  
    163163    {
    164164      PRINTF(4)("fetching MD2 file: %s\n", fileName);
    165       Model* m = new MD2Model(fileName, this->md2TextureFileName);
     165      Model* m = new MD2Model(fileName, this->md2TextureFileName, this->scaling);
    166166      //this->setModel((Model*)ResourceManager::getInstance()->load(fileName, MD2, RP_CAMPAIGN), 0);
    167167      this->setModel(m, 0);
Note: See TracChangeset for help on using the changeset viewer.