Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6826 in orxonox.OLD for trunk/src/lib/particles/box_emitter.h


Ignore:
Timestamp:
Jan 29, 2006, 1:35:43 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: ok, the Cube Emitter works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/particles/box_emitter.h

    r6825 r6826  
    1111#define BOX_EMITTER_DEFAULT_SIZE Vector(1.0f, 1.0f, 1.0f)
    1212
    13 //! A class to handle an Emitter.
     13//! A class to handle a Box Emitter.
     14/**
     15 * A Box Emitter is a special kind of emitter, that has the (underlying) PNode
     16 * at its center, and from there on is a Box in the Direction of the PNode
     17 * out around size in the corresponding directions
     18 */
    1419class BoxEmitter : public ParticleEmitter
    1520{
Note: See TracChangeset for help on using the changeset viewer.