Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 29, 2005, 1:14:24 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: Explosions on Collision (—HACK—)
also made the FastFactory faster, not turning through the GarbageCollector, as it is not necessary. FastFactory also implements a Static Memeber subscriptor-Macro now
last but not least: new Functions in The ParticleEngine, and some revisited

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/weapons/test_bullet.h

    r5443 r5447  
    1313class ParticleSystem;
    1414class ParticleEmitter;
     15class FastFactory;
    1516
    1617class TestBullet : public Projectile
     
    3334
    3435  private:
    35     static ParticleSystem*     explosionParticles;
    36     ParticleEmitter*           emitter;
     36    static FastFactory*               fastFactory;
     37    static ParticleSystem*            trailParticles;
     38    static ParticleSystem*            explosionParticles;
     39
     40    ParticleEmitter*                  emitter;
     41
     42
     43    WorldEntity* hitEntity; // FIXME TEMPORARY
    3744
    3845};
Note: See TracChangeset for help on using the changeset viewer.