Changeset 2975 for code/branches/netp2
- Timestamp:
- May 13, 2009, 2:25:04 PM (15 years ago)
- Location:
- code/branches/netp2/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/netp2/src/network/Host.h
r2965 r2975 38 38 const int CLIENTID_SERVER = 0; 39 39 const unsigned int NETWORK_FREQUENCY = 25; 40 const float NETWORK_PERIOD = 1. /NETWORK_FREQUENCY;40 const float NETWORK_PERIOD = 1.0f/NETWORK_FREQUENCY; 41 41 42 42 /** -
code/branches/netp2/src/orxonox/objects/worldentities/MobileEntity.h
r2826 r2975 61 61 { this->setAngularVelocity(Vector3(x, y, z)); } 62 62 inline const Vector3& getAngularVelocity() const 63 { return this-> linearAcceleration_; }63 { return this->angularVelocity_; } 64 64 65 65 void setAcceleration(const Vector3& acceleration);
Note: See TracChangeset
for help on using the changeset viewer.