Changeset 4378 in orxonox.OLD for orxonox/trunk/src/lib/graphics/particles/particle_system.h
- Timestamp:
- May 29, 2005, 2:02:56 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/particles/particle_system.h
r4377 r4378 74 74 float randomStartRadius = 0.0, float randomEndRadius = 0.0); 75 75 void setConserve(float conserve); 76 void setMass(float mass, float randomMass );76 void setMass(float mass, float randomMass = 0.0); 77 77 78 78 void setColor(GLfloat br, GLfloat bg, GLfloat bb, GLfloat ba, … … 97 97 inline float getMass(void) const { return this->initialMass; }; 98 98 99 v oid applyField(Field* field, float dt);99 virtual void applyField(Field* field, float dt); 100 100 101 101 void tick(float dt);
Note: See TracChangeset
for help on using the changeset viewer.