Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 2, 2005, 12:50:37 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: md2Data loadable over the resourceManager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/test_entity.cc

    r4459 r4462  
    3030  this->setClassID(CL_TEST_ENTITY, "TestEntity");
    3131
    32   this->md2Model = new MD2Model("../data/models/tris.md2", "../data/models/tris.pcx");
     32  this->md2Model = new MD2Model("models/tris.md2", "models/tris.pcx");
    3333  this->md2Model->debug();
    3434}
     
    3636
    3737TestEntity::~TestEntity ()
    38 {}
     38{
     39  delete this->md2Model;
     40}
    3941
    4042
Note: See TracChangeset for help on using the changeset viewer.