Changeset 586 for code/branches/FICN/src/orxonox/objects/WorldEntity.h
- Timestamp:
- Dec 17, 2007, 6:16:28 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/objects/WorldEntity.h
r583 r586 78 78 79 79 inline void attachObject(Ogre::MovableObject *obj) 80 { std::cout << "gux_1 " << this->node_<< "\n"; this->node_->attachObject(obj); std::cout << "gux_2\n"; }80 { std::cout << "gux_1 " << this->node_ << " " << obj << "\n"; this->node_->attachObject(obj); std::cout << "gux_2\n"; } 81 81 inline void attachObject(Mesh &mesh) 82 { std::cout << "gux_3 " << this->node_ << "\n"; this->node_->attachObject((Ogre::MovableObject*)(mesh.getEntity())); std::cout << "gux_4\n"; }82 { std::cout << "gux_3 " << this->node_ << " " << &mesh << " " << mesh.getEntity() << "\n"; this->node_->attachObject(mesh.getEntity()); std::cout << "gux_4\n"; } 83 83 inline void detachObject(Ogre::MovableObject *obj) 84 84 { this->node_->detachObject(obj); }
Note: See TracChangeset
for help on using the changeset viewer.