Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 14, 2008, 7:20:00 PM (16 years ago)
Author:
landauf
Message:
  • added thruster flares
  • used new particle effects
  • enemies with less health emit smoke and fire

!!!! MEDIA UPDATE !!!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/SpaceShip.h

    r1558 r1602  
    3737#include "Model.h"
    3838#include "tools/BillboardSet.h"
     39#include "ParticleSpawner.h"
    3940
    4041namespace orxonox
     
    141142            ParticleInterface* tt1_;
    142143            ParticleInterface* tt2_;
     144            BillboardSet leftThrusterFlare_;
     145            BillboardSet rightThrusterFlare_;
    143146
    144147            BillboardSet redBillboard_;
     
    147150            Ogre::SceneNode* greenNode_;
    148151            float blinkTime_;
     152
     153            ParticleSpawner smoke_;
     154            ParticleSpawner fire_;
    149155
    150156            BillboardSet crosshairNear_;
Note: See TracChangeset for help on using the changeset viewer.