renders a line from last position to current position -- good for rain, sparks, etc. More...
Public Member Functions | |
LineParticleRenderer () | |
Default Constructor. | |
LineParticleRenderer (VBase4 const head, VBase4 const tail, ParticleRendererAlphaMode alpha_mode) | |
Constructor. | |
LineParticleRenderer (LineParticleRenderer const copy) | |
Copy Constructor. | |
VBase4 const | getHeadColor () |
float | getLineScaleFactor () |
accessor | |
VBase4 const | getTailColor () |
setHeadColor (VBase4 const c) | |
setLineScaleFactor (float sf) | |
accessor | |
setTailColor (VBase4 const c) |
renders a line from last position to current position -- good for rain, sparks, etc.
Default Constructor.
LineParticleRenderer | ( | VBase4 const | head, |
VBase4 const | tail, | ||
ParticleRendererAlphaMode | alpha_mode | ||
) |
Constructor.
LineParticleRenderer | ( | LineParticleRenderer const | copy | ) |
Copy Constructor.
VBase4 const getHeadColor | ( | ) |
float getLineScaleFactor | ( | ) |
accessor
VBase4 const getTailColor | ( | ) |
setHeadColor | ( | VBase4 const | c | ) |
setLineScaleFactor | ( | float | sf | ) |
accessor
setTailColor | ( | VBase4 const | c | ) |