Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 19, 2007, 1:30:47 AM (16 years ago)
Author:
landauf
Message:

added blinkies :D

File:
1 edited

Legend:

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

    r626 r633  
    55
    66#include "Model.h"
     7#include "BillboardSet.h"
     8#include "OgreSceneNode.h"
     9
    710#include "../../tinyxml/tinyxml.h"
    811#include "../particle/ParticleInterface.h"
     
    4144            bool setMouseEventCallback_;
    4245
    43             particle::ParticleInterface *w;
    44             particle::ParticleInterface *tt;
     46            particle::ParticleInterface *tt_;
     47
     48            BillboardSet redBillboard_;
     49            BillboardSet greenBillboard_;
     50            Ogre::SceneNode* redNode_;
     51            Ogre::SceneNode* greenNode_;
     52            float blinkTime_;
    4553
    4654            float moveForward_;
Note: See TracChangeset for help on using the changeset viewer.