Changeset 10648 in orxonox.OLD for branches/vs-enhencements/src/world_entities/weapons/rf_cannon.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/rf_cannon.cc
r10645 r10648 67 67 { 68 68 69 this->loadModel("models/guns/rf_cannon.obj", 0.2); 69 this->setScaling(.2); 70 71 this->loadModel("models/guns/rf_cannon.obj", this->getScaling()); 70 72 71 73 … … 102 104 } 103 105 104 this->emissionPoint[0]->setRelCoor(Vector( 1.02, 0.0, 0.15));105 this->emissionPoint[1]->setRelCoor(Vector( 1.02, 0.09, 0.0));106 this->emissionPoint[2]->setRelCoor(Vector( 1.02, 0.0, -0.15));107 this->emissionPoint[3]->setRelCoor(Vector( 1.02, -0.09, 0.0));106 this->emissionPoint[0]->setRelCoor(Vector(4.1, 0.0, 0.75) * this->getScaling()); 107 this->emissionPoint[1]->setRelCoor(Vector(4.1, 0.45, 0.0) * this->getScaling()); 108 this->emissionPoint[2]->setRelCoor(Vector(4.1, 0.0, -0.75) * this->getScaling()); 109 this->emissionPoint[3]->setRelCoor(Vector(4.1, -0.45, 0.0) * this->getScaling()); 108 110 109 111 Animation3D* animation2 = this->getAnimation(WS_ACTIVATING, this);
Note: See TracChangeset
for help on using the changeset viewer.