Changeset 9176 in orxonox.OLD for branches/presentation/src/world_entities/npcs/attractor_mine.cc
- Timestamp:
- Jul 4, 2006, 10:40:49 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/npcs/attractor_mine.cc
r9175 r9176 42 42 43 43 if ((float)rand()/RAND_MAX > .5f) 44 this->loadModel("models/ships/ bolido.obj", 6);44 this->loadModel("models/ships/noxon_battle_drone.obj", .3); 45 45 else 46 this->loadModel("models/ships/ gobblin.obj", 6);46 this->loadModel("models/ships/noxon_battle_drone.obj", .2); 47 47 48 48 … … 135 135 //if (directin.len() < 100) 136 136 // this->shiftCoor(direction *dt * 5 * exp(-direction.len() / 30.0)); 137 // this->shiftDir(Quaternion(dt, this->randomRotAxis));137 this->shiftDir(Quaternion(.5 * dt, this->randomRotAxis)); 138 138 139 139 }
Note: See TracChangeset
for help on using the changeset viewer.