Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 24, 2008, 11:39:06 PM (16 years ago)
Author:
scheusso
Message:

little cosmetics

File:
1 edited

Legend:

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

    r1184 r1185  
    206206      registerVar( (void*) &(this->getOrientation().y), sizeof(this->getOrientation().y), network::DATA);
    207207      registerVar( (void*) &(this->getOrientation().z), sizeof(this->getOrientation().z), network::DATA);
    208       // not needed at the moment, because we don't have prediction yet
    209208      // register velocity_
    210209      registerVar( (void*) &(this->getVelocity().x), sizeof(this->getVelocity().x), network::DATA);
     
    216215      registerVar( (void*) &(this->getRotationAxis().y), sizeof(this->getRotationAxis().y), network::DATA);
    217216      registerVar( (void*) &(this->getRotationAxis().z), sizeof(this->getRotationAxis().z), network::DATA);
    218      
     217      // register scale of node
    219218      registerVar( (void*) &(this->getScale().x), sizeof(this->getScale().x), network::DATA);
    220219      registerVar( (void*) &(this->getScale().y), sizeof(this->getScale().y), network::DATA);
Note: See TracChangeset for help on using the changeset viewer.