Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 20, 2005, 2:47:35 AM (18 years ago)
Author:
patrick
Message:

christmas: the md2model has now const draw functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/christmas_branche/src/world_entities/world_entity.cc

    r6172 r6175  
    136136    else if(strstr(fileName, ".md2"))
    137137    {
    138       PRINTF(0)("fetching MD2 file: %s\n", fileName);
     138      PRINTF(4)("fetching MD2 file: %s\n", fileName);
    139139//         MD2Model* m = (MD2Model*)ResourceManager::getInstance()->load(fileName, MD2, RP_CAMPAIGN);
    140       MD2Model* m = new MD2Model(fileName, "/home/boenzlip/orxonox/data/maps/santa_claus.pcx");
     140      MD2Model* m = new MD2Model(fileName, "/home/boenzlip/orxonox/data/maps/santa_claus.png");
    141141      m->debug();
    142142      this->supportsLOD = false;
Note: See TracChangeset for help on using the changeset viewer.