- Timestamp:
- Dec 13, 2008, 11:18:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/physics/src/orxonox/objects/collisionshapes/CollisionShape.cc
r2423 r2429 67 67 XMLPortParamTemplate(CollisionShape, "position", setPosition, getPosition, xmlelement, mode, const Vector3&); 68 68 XMLPortParamTemplate(CollisionShape, "orientation", setOrientation, getOrientation, xmlelement, mode, const Quaternion&); 69 XMLPortParamTemplate(CollisionShape, "scale3D", setScale3D, getScale3D, xmlelement, mode, const Vector3&); 70 XMLPortParamLoadOnly(CollisionShape, "scale", setScale, xmlelement, mode); 69 71 XMLPortParamLoadOnly(CollisionShape, "yaw", yaw, xmlelement, mode); 70 72 XMLPortParamLoadOnly(CollisionShape, "pitch", pitch, xmlelement, mode); 71 73 XMLPortParamLoadOnly(CollisionShape, "roll", roll, xmlelement, mode); 72 XMLPortParamTemplate(CollisionShape, "scale3D", setScale3D, getScale3D, xmlelement, mode, const Vector3&);73 XMLPortParamLoadOnly(CollisionShape, "scale", setScale, xmlelement, mode);74 74 } 75 75
Note: See TracChangeset
for help on using the changeset viewer.