Changeset 8727 for code/trunk/src/orxonox/worldentities/MobileEntity.cc
- Timestamp:
- Jul 3, 2011, 5:42:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/worldentities/MobileEntity.cc
r8706 r8727 34 34 #include "core/CoreIncludes.h" 35 35 #include "core/XMLPort.h" 36 36 37 #include "Scene.h" 37 38 … … 147 148 } 148 149 149 // If not bullet-managed (deprecated? SpaceShip doesn't use this anymore for movement) 150 // If not bullet-managed (deprecated? SpaceShip doesn't use this anymore for movement) TODO: Find out! 150 151 this->linearAcceleration_ = acceleration; 151 152 } 152 153 154 /** 155 @brief 156 Adds the input acceleration at the input position to the MobileEntity. 157 @param acceleration 158 The acceleration to be additionally applied to the MobileEntity. 159 @param relativePosition 160 The position relative to the MobileEntity at which the acceleration is applied. 161 */ 153 162 void MobileEntity::addAcceleration(const Vector3 &acceleration, const Vector3 &relativePosition) 154 163 {
Note: See TracChangeset
for help on using the changeset viewer.