Changeset 8524 in orxonox.OLD for branches/bsp_model/src/world_entities
- Timestamp:
- Jun 16, 2006, 11:40:03 AM (19 years ago)
- Location:
- branches/bsp_model/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/world_entities/creatures/md2_creature.cc
r8507 r8524 124 124 cycle = 0.0; 125 125 126 travelSpeed = 15.0;126 travelSpeed =300.0; 127 127 this->velocity = Vector(0.0,0.0,0.0); 128 128 … … 293 293 Vector accel(0.0, 0.0, 0.0); 294 294 /* 295 Vector rot(0.0, 0.0, 0.0); // wird ben ötigt für Helicopter295 Vector rot(0.0, 0.0, 0.0); // wird ben�igt fr Helicopter 296 296 */ 297 297 //float rotVal = 0.0; -
branches/bsp_model/src/world_entities/space_ships/collision_probe.cc
r8490 r8524 67 67 this->loadModel("models/dr_freak.md2"); 68 68 69 this->localVelocity = Vector(0, -4,0);69 this->localVelocity = Vector(0,0,0); 70 70 } 71 71
Note: See TracChangeset
for help on using the changeset viewer.