Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 21, 2007, 1:48:08 AM (17 years ago)
Author:
bknecht
Message:

changes from landauf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/particles/particle_emitter.h

    r10368 r10658  
    4747  void setEmissionVelocity(float velocity, float randomVelocity = 0.0);
    4848  void setEmissionMomentum(float momentum, float randomMomentum = 0.0);
     49  void setExtForce(float x, float y, float z);
    4950
    5051  /** @returns the emissionRate */
     
    7374  float           momentum;          //!< The Initial spped of the Rotation.
    7475  float           momentumRandom;    //!< The random variation of the Momentum.
     76  Vector          extForce;          //!< The external Force
    7577
    7678//private:
Note: See TracChangeset for help on using the changeset viewer.