Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 1, 2005, 11:27:12 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: PerParticle-animations work as expected

File:
1 edited

Legend:

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

    r4433 r4434  
    4949  Quaternion rotation;        //!< The current rotation of this particle.
    5050  float mass;                 //!< The mass of this particle.
     51  float massRand;
    5152  float radius;               //!< The current size of this particle.
    52   float radiusIt;             //!< The difference of the Size per second.
     53  float radiusRand;
    5354
    5455  GLfloat color [4];          //!< A Color for the particles.
Note: See TracChangeset for help on using the changeset viewer.