Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 18, 2019, 1:40:10 PM (5 years ago)
Author:
jeromela
Message:

Ball bewegt sich in zwei Richtungen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxBall.cc

    r12294 r12305  
    210210            else // If the balls current velocity is zero, the speed is set in a random direction.
    211211                velocity.x = this->speed_ * sgn(rnd(-1,1));
     212            //velocity.y = this->speed_;
     213            velocity.z = this->speed_;
    212214
    213215            this->setVelocity(velocity);
Note: See TracChangeset for help on using the changeset viewer.