Changeset 8581 in orxonox.OLD for branches/bsp_model/src
- Timestamp:
- Jun 19, 2006, 2:21:19 AM (18 years ago)
- Location:
- branches/bsp_model/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/lib/graphics/importer/md3/md3_model.cc
r8580 r8581 79 79 this->md3Data = new MD3Data(filename, filename, scaling); 80 80 // MD3AnimationCfg cfg("/home/boenzlip/tmp/q3/Downloads/MOH/q3mdl-alien3/models/players/alien3/animation.cfg"); 81 82 83 // load lower 81 84 82 85 -
branches/bsp_model/src/world_entities/npcs/generic_npc.h
r8516 r8581 35 35 bool playAnimation(int animationIndex, int animPlaybackMode); 36 36 bool playSound(std::string filename); 37 bool walkTo(const Vector& coordinate); 37 bool walkTo(const Vector& coordinate, float time); 38 bool walkTo(float x, float y, float z, float time); 38 39 39 40 void destroy();
Note: See TracChangeset
for help on using the changeset viewer.