Changeset 11103 for code/trunk/src/modules/weapons/projectiles
- Timestamp:
- Jan 31, 2016, 8:43:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/weapons/projectiles/GravityBombField.cc
r11083 r11103 66 66 randomRotation.x = rnd(); 67 67 randomRotation.y = rnd(); 68 randomRotation. y= rnd();68 randomRotation.z = rnd(); 69 69 randomRotation.normalise(); 70 70 bombModel_->setAngularAcceleration(randomRotation*(PEAK_ANGULAR_VELOCITY/FORCE_FIELD_LIFETIME));
Note: See TracChangeset
for help on using the changeset viewer.