Changeset 4224 in orxonox.OLD for orxonox/branches/md2_loader/src/world_entities
- Timestamp:
- May 19, 2005, 9:37:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/md2_loader/src/world_entities/test_entity.cc
r4213 r4224 42 42 void TestEntity::tick (float time) 43 43 { 44 this->md2Model2->tick(time);44 //this->md2Model2->tick(time); 45 45 } 46 46 … … 72 72 73 73 this->md2Model2->draw(); 74 74 75 75 76 glPopMatrix();
Note: See TracChangeset
for help on using the changeset viewer.