Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 24, 2008, 11:00:30 PM (17 years ago)
Author:
scheusso
Message:

first success: client clones the servers universe and displays it with quite good performance

File:
1 edited

Legend:

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

    r1174 r1184  
    216216      registerVar( (void*) &(this->getRotationAxis().y), sizeof(this->getRotationAxis().y), network::DATA);
    217217      registerVar( (void*) &(this->getRotationAxis().z), sizeof(this->getRotationAxis().z), network::DATA);
     218     
     219      registerVar( (void*) &(this->getScale().x), sizeof(this->getScale().x), network::DATA);
     220      registerVar( (void*) &(this->getScale().y), sizeof(this->getScale().y), network::DATA);
     221      registerVar( (void*) &(this->getScale().z), sizeof(this->getScale().z), network::DATA);
    218222    }
    219223
Note: See TracChangeset for help on using the changeset viewer.