Simple point/point particle renderer. More...
Simple point/point particle renderer.
Does NOT handle billboards- use BillboardParticleRenderer for that.
PointParticleRenderer | ( | ParticleRendererAlphaMode | ad, |
float | point_size, | ||
PointParticleBlendType | bt, | ||
ParticleRendererBlendMethod | bm, | ||
VBase4 const | sc, | ||
VBase4 const | ec | ||
) |
PointParticleRenderer | ( | ParticleRendererAlphaMode | ad, |
float | point_size, | ||
PointParticleBlendType | bt, | ||
ParticleRendererBlendMethod | bm, | ||
VBase4 const | sc | ||
) |
PointParticleRenderer | ( | ParticleRendererAlphaMode | ad, |
float | point_size, | ||
PointParticleBlendType | bt, | ||
ParticleRendererBlendMethod | bm | ||
) |
PointParticleRenderer | ( | ParticleRendererAlphaMode | ad, |
float | point_size, | ||
PointParticleBlendType | bt | ||
) |
PointParticleRenderer | ( | ParticleRendererAlphaMode | ad, |
float | point_size | ||
) |
PointParticleRenderer | ( | PointParticleRenderer const | copy | ) |
Copy constructor.
VBase4 const getEndColor | ( | ) |
float getPointSize | ( | ) |
VBase4 const getStartColor | ( | ) |
setEndColor | ( | VBase4 const | ec | ) |
setPointSize | ( | float | point_size | ) |
setStartColor | ( | VBase4 const | sc | ) |