- Timestamp:
- Oct 30, 2005, 10:21:34 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/test_gun.cc
r5458 r5459 69 69 if( this->leftRight == W_LEFT) 70 70 { 71 this->setEmissionPoint(1.0, 0.0, -0.35);71 this->setEmissionPoint(1.0, -0.6, -0.2); 72 72 73 73 animation1->addKeyFrame(Vector(0, 0, 0), Quaternion(), 0.1, ANIM_LINEAR, ANIM_NULL); … … 83 83 else if( this->leftRight == W_RIGHT) 84 84 { 85 this->setEmissionPoint(1.0, 0.0, 0.5);85 this->setEmissionPoint(1.0, -0.6, 0.3); 86 86 87 87 this->objectComponent1->setRelCoor(Vector(0,0,0.35));
Note: See TracChangeset
for help on using the changeset viewer.