- Timestamp:
- May 19, 2009, 9:35:10 PM (16 years ago)
- Location:
- code/branches/netp3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/netp3
- Property svn:mergeinfo changed
/code/branches/netp2 (added) merged: 2835-2836,2861,2937-2938,2940-2941,2943-2945,2947-2949,2951,2953,2964-2965,2974-2976
- Property svn:mergeinfo changed
-
code/branches/netp3/src/orxonox/objects/worldentities/ControllableEntity.h
r2973 r2990 164 164 bool bDestroyWhenPlayerLeft_; 165 165 166 Vector3 server_position_; 167 Vector3 client_position_; 168 Vector3 server_linear_velocity_; 169 Vector3 client_linear_velocity_; 170 Quaternion server_orientation_; 171 Quaternion client_orientation_; 172 Vector3 server_angular_velocity_; 173 Vector3 client_angular_velocity_; 166 // Vector3 server_position_; 167 Vector3 common_position_; 168 // Vector3 client_position_; 169 // Vector3 server_linear_velocity_; 170 // Vector3 client_linear_velocity_; 171 Vector3 common_linear_velocity_; 172 // Quaternion server_orientation_; 173 // Quaternion client_orientation_; 174 Quaternion common_orientation_; 175 // Vector3 server_angular_velocity_; 176 // Vector3 client_angular_velocity_; 177 Vector3 common_angular_velocity_; 174 178 175 179 PlayerInfo* player_;
Note: See TracChangeset
for help on using the changeset viewer.