Changeset 8645 in orxonox.OLD
- Timestamp:
- Jun 20, 2006, 6:28:09 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/lib/graphics/importer/md3/md3_model.cc
r8644 r8645 119 119 void MD3Model::tick(float time) 120 120 { 121 122 this->visit(this->md3Data); 121 123 122 124 this->tick(time, this->md3Data); … … 621 623 void MD3Model::doOp(MD3Data* data) 622 624 { 625 return; 623 626 // animation to be applied could have illegal data with respect to this model, 624 627 // ignore anim in this case
Note: See TracChangeset
for help on using the changeset viewer.