Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6634 in orxonox.OLD for trunk/src/lib/coord/p_node.h


Ignore:
Timestamp:
Jan 21, 2006, 1:18:19 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the network-branche back to the trunk

merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/network . -r6500:HEAD
minor conflicts in texture and one Makefile resolved to the trunk

also made a small patch to texture, so it Modulates with GL_REPEAT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/coord/p_node.h

    r6616 r6634  
    186186  int       writeState(const byte* data, int length, int sender);
    187187  int       readState(byte* data, int maxLength );
     188  int       writeSync(const byte* data, int length, int sender);
     189  int       readSync(byte* data, int maxLength );
    188190
    189191 private:
     
    229231
    230232  static PNode*      nullParent;         //!< The ROOT of the main PNode Tree.
     233
     234  private:
     235    float coorx;
     236    float coory;
     237    float coorz;
     238
     239    float rotw;
     240    float rotx;
     241    float roty;
     242    float rotz;
    231243};
    232244
Note: See TracChangeset for help on using the changeset viewer.