PointParticleRenderer

class PointParticleRenderer

Bases: BaseParticleRenderer

Inheritance diagram

Inheritance diagram of PointParticleRenderer

enum PointParticleBlendType
enumerator PP_ONE_COLOR = 0
enumerator PP_BLEND_LIFE = 1
enumerator PP_BLEND_VEL = 2
PointParticleRenderer(PointParticleRenderer const &copy)
explicit PointParticleRenderer(BaseParticleRenderer::ParticleRendererAlphaMode ad = ::BaseParticleRenderer::PR_ALPHA_NONE, PN_stdfloat point_size = 1.0, PointParticleBlendType bt = PP_ONE_COLOR, BaseParticleRenderer::ParticleRendererBlendMethod bm = ::BaseParticleRenderer::PP_NO_BLEND, LColor const &sc = LColor(1.0, 1.0, 1.0, 1.0), LColor const &ec = LColor(1.0, 1.0, 1.0, 1.0))

special constructor

Copy constructor

BaseParticleRenderer::ParticleRendererBlendMethod get_blend_method(void) const
PointParticleBlendType get_blend_type(void) const
LColor const &get_end_color(void) const
PN_stdfloat get_point_size(void) const
LColor const &get_start_color(void) const
void set_blend_method(BaseParticleRenderer::ParticleRendererBlendMethod bm)
void set_blend_type(PointParticleRenderer::PointParticleBlendType bt)
void set_end_color(LColor const &ec)
void set_point_size(PN_stdfloat point_size)
void set_start_color(LColor const &sc)