- Timestamp:
- Oct 19, 2008, 5:32:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/objects/worldentities/PositionableEntity.h
r1940 r1950 44 44 45 45 inline void setPosition(const Vector3& position) 46 { this->node_->setPosition(position); std::cout << "set position to " << position << std::endl;}46 { this->node_->setPosition(position); } 47 47 inline void translate(const Vector3& distance, Ogre::Node::TransformSpace relativeTo = Ogre::Node::TS_LOCAL) 48 48 { this->node_->translate(distance, relativeTo); }
Note: See TracChangeset
for help on using the changeset viewer.