Changeset 4163 in orxonox.OLD for orxonox/branches/md2_loader/src/world_entities
- Timestamp:
- May 11, 2005, 10:30:39 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/md2_loader/src/world_entities/test_entity.cc
r4159 r4163 45 45 46 46 47 void TestEntity::tick (float time) {} 47 void TestEntity::tick (float time) 48 { 49 this->md2Model->tick(time); 50 } 48 51 49 52 … … 70 73 /* TESTGING TESTING TESTING */ 71 74 this->material->select(); 72 this->md2Model->draw(this->model); 75 //this->md2Model->draw(this->model); 76 this->md2Model->animate(this->model); 73 77 74 78 glPopMatrix();
Note: See TracChangeset
for help on using the changeset viewer.