Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7027 in orxonox.OLD for trunk/src/lib/particles/particle_system.h


Ignore:
Timestamp:
Feb 3, 2006, 8:27:36 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: saver and faster emitter

File:
1 edited

Legend:

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

    r6629 r7027  
    8484  inline float getMass() const { return this->initialMass; };
    8585
     86  /** @returns the count of particles in this System */
     87  inline unsigned int getCount() const { return this->count; };
     88  /** @returns the maximum count of particles that can be contained by this System */
     89  inline unsigned int getMaxCount() const { return this->maxCount; };
     90
    8691  virtual unsigned int getFaceCount() const;
    8792
Note: See TracChangeset for help on using the changeset viewer.