Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 10, 2005, 11:16:39 AM (19 years ago)
Author:
patrick
Message:

orxonox/branches/md2_laoder: identing lines and adding a real md2 model. got segfaults when loading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/md2_loader/src/story_entities/world.cc

    r4139 r4140  
    491491  this->model = new t3DModel;
    492492  this->md2Model = new MD2Model();
    493  
    494   md2loader->importMD2(model, "test.md2", "test.bmp");
     493
     494  md2loader->importMD2(model, "../data/models/jack/tris.md2", "test.bmp");
    495495
    496496}
     
    953953
    954954  /* TESTGING TESTING TESTING */
    955   this->md2Model->draw(this->model);
     955  //this->md2Model->draw(this->model);
    956956 
    957957  glCallList (objectList);
Note: See TracChangeset for help on using the changeset viewer.