Changeset 10133 in orxonox.OLD for branches/playability/src/world_entities/space_ships
- Timestamp:
- Dec 20, 2006, 7:45:55 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/space_ships/space_ship.cc
r10132 r10133 185 185 186 186 187 this->weaponMan.changeWeaponConfig( 1);187 this->weaponMan.changeWeaponConfig(2); 188 188 this->secWeaponMan.changeWeaponConfig(0); 189 189 … … 282 282 this->weaponMan.setSlotDirection(3, Quaternion(M_PI_4*.5, Vector(1,0,0))); 283 283 284 this->weaponMan.setSlotPosition(4, Vector( -1.5, 0, .5));284 this->weaponMan.setSlotPosition(4, Vector(1.5, 0, .5)); 285 285 this->weaponMan.setSlotDirection(4, Quaternion(-M_PI_4*.5+M_PI, Vector(1,0,0))); 286 286 287 this->weaponMan.setSlotPosition(5, Vector( -1.5, 0, -.5));287 this->weaponMan.setSlotPosition(5, Vector(1.5, 0, -.5)); 288 288 this->weaponMan.setSlotDirection(5, Quaternion(+M_PI_4*.5-M_PI, Vector(1,0,0))); 289 289
Note: See TracChangeset
for help on using the changeset viewer.