Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 9, 2008, 10:55:17 PM (16 years ago)
Author:
landauf
Message:

reduced the build-script of the core branch to the minimum (utils, core, orxonox + test objects)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core/src/orxonox/objects/WorldEntity.cc

    r790 r793  
    163163    void WorldEntity::registerAllVariables()
    164164    {
    165       // register coordinates
     165/*      // register coordinates
    166166      registerVar( (void*) &(this->getPosition().x), sizeof(this->getPosition().x), network::DATA);
    167167      registerVar( (void*) &(this->getPosition().y), sizeof(this->getPosition().y), network::DATA);
     
    171171      registerVar( (void*) &(this->getOrientation().x), sizeof(this->getOrientation().x), network::DATA);
    172172      registerVar( (void*) &(this->getOrientation().y), sizeof(this->getOrientation().y), network::DATA);
    173       registerVar( (void*) &(this->getOrientation().z), sizeof(this->getOrientation().z), network::DATA);
     173      registerVar( (void*) &(this->getOrientation().z), sizeof(this->getOrientation().z), network::DATA);*/
    174174      // not needed at the moment, because we don't have prediction yet
    175175      /*// register velocity_
Note: See TracChangeset for help on using the changeset viewer.