Changeset 9923 in orxonox.OLD for branches/network
- Timestamp:
- Nov 9, 2006, 3:55:11 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/graphics/importer/md2/md2Model.cc
r9921 r9923 99 99 { 100 100 this->init(); 101 101 102 102 this->scaleFactor = model.scaleFactor; 103 103 104 104 this->rebuildInfo(); 105 105 } … … 146 146 this->data = MD2Data::Pointer(new MD2Data(modelFileName, skinFileName, scale)); 147 147 this->rebuildInfo(); 148 149 // init the animation - do not remove 150 this->tick( 0.01); 148 151 149 152 return true;
Note: See TracChangeset
for help on using the changeset viewer.