Changeset 4213 in orxonox.OLD for orxonox/branches/md2_loader/src/world_entities
- Timestamp:
- May 18, 2005, 2:10:56 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/md2_loader/src/world_entities/test_entity.cc
r4212 r4213 33 33 this->md2Model2->loadModel("../data/models/tris.md2"); 34 34 this->md2Model2->loadSkin("../data/models/tris.pcx"); 35 this->md2Model2->animate(0);36 35 } 37 36 … … 43 42 void TestEntity::tick (float time) 44 43 { 45 //this->md2Model->tick(time);44 this->md2Model2->tick(time); 46 45 } 47 46
Note: See TracChangeset
for help on using the changeset viewer.