Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5834


Ignore:
Timestamp:
Sep 29, 2009, 10:29:34 PM (15 years ago)
Author:
dafrick
Message:

and some more comments…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tutorial/src/orxonox/worldentities/Drone.h

    r5833 r5834  
    114114            btVector3 localLinearAcceleration_; //!< The linear acceleration that is used to move the Drone the next tick.
    115115            btVector3 localAngularAcceleration_; //!< The linear angular acceleration that is used to move the Drone the next tick.
    116             float primaryThrust_;
    117             float auxilaryThrust_;
    118             float rotationThrust_;
     116            float primaryThrust_; //!< The amount of primary thrust. This is just used, when moving forward.
     117            float auxilaryThrust_; //!< The amount of auxilary thrust. Used for all other movements (except for rotations).
     118            float rotationThrust_; //!< The amount of rotation thrust. Used for rotations only.
    119119    };
    120120
Note: See TracChangeset for help on using the changeset viewer.