Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 2, 2005, 12:14:27 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: md2model data/model seperation

File:
1 edited

Legend:

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

    r4397 r4459  
    2929
    3030  this->setClassID(CL_TEST_ENTITY, "TestEntity");
    31   this->md2Model = new MD2Model();
    32   this->md2Model->loadModel(ResourceManager::getFullName("models/tris.md2"));
    33   //  this->md2Model->loadSkin(ResourceManager::getFullName("models/tris.pcx"));
    34   this->md2Model->loadSkin("../data/models/tris.pcx");
    3531
    36 
     32  this->md2Model = new MD2Model("../data/models/tris.md2", "../data/models/tris.pcx");
    3733  this->md2Model->debug();
    3834}
Note: See TracChangeset for help on using the changeset viewer.