Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 23, 2015, 3:46:58 PM (9 years ago)
Author:
vaydin
Message:

fixed position offset, added definable direction for the meshes to fly in, added size, added delay

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/explosionChunksHS15/src/orxonox/worldentities/pawns/Pawn.cc

    r10810 r10837  
    390390            explosionPartList_.back()->setPosition(this->getPosition());
    391391            explosionPartList_.back()->setVelocity(this->getVelocity());
     392            explosionPartList_.back()->setOrientation(this->getOrientation());
    392393            explosionPartList_.back()->Explode();
    393394            explosionPartList_.pop_back();
Note: See TracChangeset for help on using the changeset viewer.