|
Panda3D
|
pretty sparkly things. More...
Public Types | |
| enum | SparkleParticleLifeScale { SPNOSCALE = 0, SPSCALE = 1 } |
Public Member Functions | |
| SparkleParticleRenderer () | |
| Default Constructor. | |
| SparkleParticleRenderer (VBase4 const center, VBase4 const edge, float birth_radius, float death_radius, SparkleParticleLifeScale life_scale, ParticleRendererAlphaMode alpha_mode) | |
| Constructor. | |
| SparkleParticleRenderer (SparkleParticleRenderer const copy) | |
| Copy Constructor. | |
| float | getBirthRadius () |
| VBase4 const | getCenterColor () |
| float | getDeathRadius () |
| VBase4 const | getEdgeColor () |
| SparkleParticleLifeScale | getLifeScale () |
| setBirthRadius (float radius) | |
| setCenterColor (VBase4 const c) | |
| setDeathRadius (float radius) | |
| setEdgeColor (VBase4 const c) | |
| setLifeScale (SparkleParticleLifeScale) | |
pretty sparkly things.
Default Constructor.
| SparkleParticleRenderer | ( | VBase4 const | center, |
| VBase4 const | edge, | ||
| float | birth_radius, | ||
| float | death_radius, | ||
| SparkleParticleLifeScale | life_scale, | ||
| ParticleRendererAlphaMode | alpha_mode | ||
| ) |
Constructor.
| SparkleParticleRenderer | ( | SparkleParticleRenderer const | copy | ) |
Copy Constructor.
| float getBirthRadius | ( | ) |
| VBase4 const getCenterColor | ( | ) |
| float getDeathRadius | ( | ) |
| VBase4 const getEdgeColor | ( | ) |
| SparkleParticleLifeScale getLifeScale | ( | ) |
| setBirthRadius | ( | float | radius | ) |
| setCenterColor | ( | VBase4 const | c | ) |
| setDeathRadius | ( | float | radius | ) |
| setEdgeColor | ( | VBase4 const | c | ) |
| setLifeScale | ( | SparkleParticleLifeScale | ) |
1.7.3