Public Types |
| enum | PointParticleBlendType { PP_ONE_COLOR,
PP_BLEND_LIFE,
PP_BLEND_VEL
} |
Public Member Functions |
| | PointParticleRenderer (const PointParticleRenderer ©) |
| | Copy constructor.
|
| | PointParticleRenderer (ParticleRendererAlphaMode ad=PR_ALPHA_NONE, PN_stdfloat point_size=1.0f, PointParticleBlendType bt=PP_ONE_COLOR, ParticleRendererBlendMethod bm=PP_NO_BLEND, const LColor &sc=LColor(1.0f, 1.0f, 1.0f, 1.0f), const LColor &ec=LColor(1.0f, 1.0f, 1.0f, 1.0f)) |
| | special constructor
|
| virtual | ~PointParticleRenderer () |
| | Simple destructor.
|
|
ParticleRendererBlendMethod | get_blend_method () const |
|
PointParticleBlendType | get_blend_type () const |
|
const LColor & | get_end_color () const |
|
PN_stdfloat | get_point_size () const |
|
const LColor & | get_start_color () const |
| virtual BaseParticleRenderer * | make_copy () |
| | for spawning systems from dead particles
|
| virtual void | output (ostream &out) const |
| | Write a string representation of this instance to <out>.
|
|
void | set_blend_method (ParticleRendererBlendMethod bm) |
|
void | set_blend_type (PointParticleBlendType bt) |
|
void | set_end_color (const LColor &ec) |
|
void | set_point_size (PN_stdfloat point_size) |
|
void | set_start_color (const LColor &sc) |
| virtual void | write (ostream &out, int indent_level=0) const |
| | Write a string representation of this instance to <out>.
|
Simple point/point particle renderer.
Does NOT handle billboards- use BillboardParticleRenderer for that.
Definition at line 36 of file pointParticleRenderer.h.