Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Feb 7, 2006, 1:57:54 PM (18 years ago)
Author:
patrick
Message:

trunk: the modelinfo of md2 models is now written too

File:
1 edited

Legend:

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

    r7055 r7068  
    166166      //this->setModel((Model*)ResourceManager::getInstance()->load(fileName, MD2, RP_CAMPAIGN), 0);
    167167      this->setModel(m, 0);
     168
     169      if( m != NULL)
     170        this->buildObbTree(4);
    168171    }
    169172  }
Note: See TracChangeset for help on using the changeset viewer.