Changeset 10603 in orxonox.OLD for branches/cleanup/src/world_entities/projectiles/mbolt.cc
- Timestamp:
- Mar 27, 2007, 7:09:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/world_entities/projectiles/mbolt.cc
r10545 r10603 82 82 //this->trail->setParent( this); 83 83 this->trail->setTexture( "textures/laser.png"); 84 this->trail->setAbsCoor(this->getAbsCoor() - Vector(.7,0,0)); 84 // this->trail->setAbsCoor(this->getAbsCoor() - Vector(.7,0,0)); 85 this->trail->setAbsCoor(this->getAbsCoor() - this->getVelocity().getNormalized() * .7); 85 86 86 87 }
Note: See TracChangeset
for help on using the changeset viewer.