- Timestamp:
- May 18, 2017, 2:16:01 PM (8 years ago)
- Location:
- code/branches/SuperOrxoBros_FS17/src/modules/superorxobros
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/SuperOrxoBros_FS17/src/modules/superorxobros/SOBCoin.cc
r11416 r11420 73 73 Vector3 velocity = getVelocity(); 74 74 velocity.z = speed_; 75 75 setOrientation(Vector3::UNIT_Z, getOrientation().getRoll() + 2*dt*Radian(6)); 76 76 setVelocity(velocity); 77 77 -
code/branches/SuperOrxoBros_FS17/src/modules/superorxobros/SOBFigure.cc
r11418 r11420 251 251 252 252 253 //Left-right movement with acceleration 253 //Left-right movement with acceleration and rotation 254 254 float rot = getOrientation().getRoll().valueDegrees(); 255 255 if (moveRightPressed_) {
Note: See TracChangeset
for help on using the changeset viewer.