Changeset 2306 for code/branches/physics/src/orxonox/objects/worldentities/collisionshapes/CollisionShape.cc
- Timestamp:
- Dec 2, 2008, 4:59:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/physics/src/orxonox/objects/worldentities/collisionshapes/CollisionShape.cc
r2304 r2306 78 78 return omni_cast<btVector3>(this->node_->getScale()); 79 79 } 80 81 void CollisionShape::setScale3D(const Vector3& scale) 82 { 83 ThrowException(NotImplemented, "Cannot set the scale of a collision shape: Not yet implemented."); 84 } 85 86 void CollisionShape::scale3D(const Vector3& scale) 87 { 88 ThrowException(NotImplemented, "Cannot set the scale of a collision shape: Not yet implemented."); 89 } 80 90 }
Note: See TracChangeset
for help on using the changeset viewer.