Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 23, 2005, 12:42:09 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/particleEngine: the first particles are being drawn :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/particleEngine/src/story_entities/world.h

    r3851 r3932  
    2525class GarbageCollector;
    2626class Text;
     27
     28class ParticleEmitter;
     29class ParticleSystem;
    2730
    2831//! The game world Interface
     
    109112  Terrain* terrain;                   //!< The Terrain of the World.
    110113
     114  ParticleSystem* testSystem;
     115  ParticleEmitter* testEmitter;
     116
    111117  GLuint objectList;                  //!< temporary: \todo this will be ereased soon
    112118  tList<WorldEntity>* entities;       //!< A template List of all entities. Every moving thing should be included here, and world automatically updates them.
Note: See TracChangeset for help on using the changeset viewer.