Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 18, 2010, 1:01:31 AM (14 years ago)
Author:
landauf
Message:

removed some (commented) code from BigExplosion. looks like an attempt to implement some sort of bullet time, but this certainly isn't the right place for this. also made BigExplosion a StaticEntity.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/worldentities/BigExplosion.h

    r7163 r7176  
    3232#include "OrxonoxPrereqs.h"
    3333
    34 #include <string>
    3534#include "tools/Timer.h"
    36 #include "MovableEntity.h"
     35#include "StaticEntity.h"
    3736
    3837namespace orxonox
    3938{
    40     class _OrxonoxExport BigExplosion : public MovableEntity
     39    class _OrxonoxExport BigExplosion : public StaticEntity
    4140    {
    4241        public:
    4342            BigExplosion(BaseObject* creator);
    4443            virtual ~BigExplosion();
    45 
    46             virtual void tick(float dt);
    4744
    4845            inline void setLOD(LODParticle::Value level)
     
    6259
    6360            bool                  bStop_;
    64             bool                  firstTick_;
    65 
    66             std::string           stf_;
    67 
    68             unsigned int          cps_;
    69 
    70             double                timeFactor_;
    7161
    7262            StaticEntity*         explosion_;
Note: See TracChangeset for help on using the changeset viewer.