Changeset 3852 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- Apr 17, 2005, 1:39:10 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/test_gun.cc
r3851 r3852 53 53 54 54 55 this->animaton = new Animation3D;56 55 this->dummy1 = new WorldEntity(); // a world entity that is not drawed: use this for the weapon 56 this->animaton = new Animation3D(dummy1); 57 57 58 /* 58 59 parent->addChild(this->dummy1, PNODE_ALL);
Note: See TracChangeset
for help on using the changeset viewer.