Changeset 10772 in orxonox.OLD for branches/presentation/src/world_entities/weapons/disruptor.cc
- Timestamp:
- Jul 2, 2007, 3:57:53 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/weapons/disruptor.cc
r10771 r10772 92 92 this->setEmissionPoint(Vector(1.672, 0.0, 0.0) * this->getScaling()); 93 93 94 this->getShootAnim(0, 0)->addKeyFrame(Vector(0.0, 0.0, 0.0) * this->getScaling(), Quaternion(), 0. 1, ANIM_LINEAR, ANIM_NULL);95 this->getShootAnim(0, 0)->addKeyFrame(Vector(-0.5, 0.0, 0.0) * this->getScaling(), Quaternion(), 0. 2, ANIM_LINEAR, ANIM_NULL);94 this->getShootAnim(0, 0)->addKeyFrame(Vector(0.0, 0.0, 0.0) * this->getScaling(), Quaternion(), 0.033, ANIM_LINEAR, ANIM_NULL); 95 this->getShootAnim(0, 0)->addKeyFrame(Vector(-0.5, 0.0, 0.0) * this->getScaling(), Quaternion(), 0.3, ANIM_LINEAR, ANIM_NULL); 96 96 // this->shootAnim[0][0]->addKeyFrame(Vector(0.0, 0.0, 0.0) * this->getScaling(), Quaternion(), 0.1, ANIM_LINEAR, ANIM_NULL); 97 97
Note: See TracChangeset
for help on using the changeset viewer.