|
Panda3D
|
Pure Virtual base class for creating particles. More...
Public Member Functions | |
| BaseParticle | allocParticle () |
| float | getLifespanBase () |
| public | |
| float | getLifespanSpread () |
| public | |
| float | getMassBase () |
| public | |
| float | getMassSpread () |
| public | |
| float | getTerminalVelocityBase () |
| public | |
| float | getTerminalVelocitySpread () |
| public | |
| output (ostream out) | |
| Write a string representation of this instance to <out>. | |
| populateParticle (BaseParticle bp) | |
| public | |
| setLifespanBase (float lb) | |
| public | |
| setLifespanSpread (float ls) | |
| public | |
| setMassBase (float mb) | |
| public | |
| setMassSpread (float ms) | |
| public | |
| setTerminalVelocityBase (float tvb) | |
| public | |
| setTerminalVelocitySpread (float tvs) | |
| public | |
| write (ostream out, int indent) | |
| Write a string representation of this instance to <out>. | |
| write (ostream out) | |
| Write a string representation of this instance to <out>. | |
Pure Virtual base class for creating particles.
| BaseParticle allocParticle | ( | ) |
| float getLifespanBase | ( | ) |
public
| float getLifespanSpread | ( | ) |
public
| float getMassBase | ( | ) |
public
| float getMassSpread | ( | ) |
public
| float getTerminalVelocityBase | ( | ) |
public
| float getTerminalVelocitySpread | ( | ) |
public
| output | ( | ostream | out | ) |
Write a string representation of this instance to <out>.
| populateParticle | ( | BaseParticle | bp | ) |
public
| setLifespanBase | ( | float | lb | ) |
public
| setLifespanSpread | ( | float | ls | ) |
public
| setMassBase | ( | float | mb | ) |
public
| setMassSpread | ( | float | ms | ) |
public
| setTerminalVelocityBase | ( | float | tvb | ) |
public
| setTerminalVelocitySpread | ( | float | tvs | ) |
public
| write | ( | ostream | out, |
| int | indent | ||
| ) |
Write a string representation of this instance to <out>.
| write | ( | ostream | out | ) |
Write a string representation of this instance to <out>.
1.7.3