Changeset 10648 in orxonox.OLD for branches/vs-enhencements/src/world_entities/weapons/heavy_blaster.cc
- Timestamp:
- May 4, 2007, 9:53:07 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/vs-enhencements/src/world_entities/weapons/heavy_blaster.cc
r10645 r10648 131 131 this->objComp[i] = new PNode* [this->getSegs()]; 132 132 this->emissionPoint[i] = new PNode; 133 this->emissionPoint[i]->setParent(this); //< One EmissionPoint, that is a PNode connected to the weapon. You can set this to the exitting point of the Projectiles133 this->emissionPoint[i]->setParent(this); //Parenting emissionPoint to Weapons 134 134 this->emissionPoint[i]->setName("EmissionPoint"); 135 135 this->emissionPoint[i]->addNodeFlags(PNODE_PROHIBIT_DELETE_WITH_PARENT);
Note: See TracChangeset
for help on using the changeset viewer.