- Timestamp:
- Apr 24, 2008, 11:39:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network3/src/orxonox/objects/WorldEntity.cc
r1184 r1185 206 206 registerVar( (void*) &(this->getOrientation().y), sizeof(this->getOrientation().y), network::DATA); 207 207 registerVar( (void*) &(this->getOrientation().z), sizeof(this->getOrientation().z), network::DATA); 208 // not needed at the moment, because we don't have prediction yet209 208 // register velocity_ 210 209 registerVar( (void*) &(this->getVelocity().x), sizeof(this->getVelocity().x), network::DATA); … … 216 215 registerVar( (void*) &(this->getRotationAxis().y), sizeof(this->getRotationAxis().y), network::DATA); 217 216 registerVar( (void*) &(this->getRotationAxis().z), sizeof(this->getRotationAxis().z), network::DATA); 218 217 // register scale of node 219 218 registerVar( (void*) &(this->getScale().x), sizeof(this->getScale().x), network::DATA); 220 219 registerVar( (void*) &(this->getScale().y), sizeof(this->getScale().y), network::DATA);
Note: See TracChangeset
for help on using the changeset viewer.