Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 24, 2005, 1:44:38 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Particles now have a momentum and an orientation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/particles/particle_system.h

    r4680 r4687  
    5151
    5252  Vector        position;            //!< The current position of this particle.
    53   Vector        velocity;            //!< The current velocity of this particle.
     53  Vector        velocity;            //!< The current velocity of this Particle.
    5454  Vector        extForce;            //!< The external Force that influences this Particle.
    55   Quaternion    rotation;            //!< The current rotation of this particle.
    56   float         mass;                //!< The mass of this particle.
     55  Quaternion    orientation;         //!< The current orientation of this Particle.
     56  Quaternion    momentum;            //!< The current angular momentum (spin) of this Particle.
     57  float         mass;                //!< The mass of this Particle.
    5758  float         massRand;            //!< A random mass
    58   float         radius;              //!< The current size of this particle.
     59  float         radius;              //!< The current size of this Particle.
    5960  float         radiusRand;          //!< a random Radius
    6061  GLfloat       color [4];           //!< A Color for the particles.
Note: See TracChangeset for help on using the changeset viewer.