- Timestamp:
- Apr 24, 2008, 11:00:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network3/src/orxonox/objects/WorldEntity.cc
r1174 r1184 216 216 registerVar( (void*) &(this->getRotationAxis().y), sizeof(this->getRotationAxis().y), network::DATA); 217 217 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); 218 222 } 219 223
Note: See TracChangeset
for help on using the changeset viewer.