Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 11, 2009, 1:30:17 PM (15 years ago)
Author:
scheusso
Message:

changed synchronisation of controllable entity steering
not fully tested yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/netp2/src/orxonox/objects/worldentities/ControllableEntity.h

    r2662 r2964  
    167167            bool bDestroyWhenPlayerLeft_;
    168168
    169             Vector3 server_position_;
    170             Vector3 client_position_;
    171             Vector3 server_linear_velocity_;
    172             Vector3 client_linear_velocity_;
    173             Quaternion server_orientation_;
    174             Quaternion client_orientation_;
    175             Vector3 server_angular_velocity_;
    176             Vector3 client_angular_velocity_;
     169//             Vector3 server_position_;
     170            Vector3 common_position_;
     171//             Vector3 client_position_;
     172//             Vector3 server_linear_velocity_;
     173//             Vector3 client_linear_velocity_;
     174            Vector3 common_linear_velocity_;
     175//             Quaternion server_orientation_;
     176//             Quaternion client_orientation_;
     177            Quaternion common_orientation_;
     178//             Vector3 server_angular_velocity_;
     179//             Vector3 client_angular_velocity_;
     180            Vector3 common_angular_velocity_;
    177181
    178182            PlayerInfo* player_;
Note: See TracChangeset for help on using the changeset viewer.