Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 23, 2005, 3:47:45 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/particleEngine: size should iterate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/particleEngine/src/lib/graphics/particles/particle_system.h

    r3934 r3936  
    3535  float mass;                 //!< The mass of this particle.
    3636  float radius;               //!< The current size of this particle.
     37  float radiusIt;             //!< The difference of the Size per second.
    3738
    3839  Particle* next;             //!< pointer to the next particle in the List. (NULL if no preceding one)
Note: See TracChangeset for help on using the changeset viewer.