17 INLINE
void PointParticleRenderer::
18 set_point_size(PN_stdfloat point_size) {
19 _point_size = point_size;
20 _thick = RenderModeAttrib::make(RenderModeAttrib::M_unchanged, _point_size);
26 INLINE
void PointParticleRenderer::
27 set_start_color(
const LColor& sc) {
34 INLINE
void PointParticleRenderer::
35 set_end_color(
const LColor& ec) {
42 INLINE
void PointParticleRenderer::
43 set_blend_type(PointParticleRenderer::PointParticleBlendType bt) {
50 INLINE
void PointParticleRenderer::
51 set_blend_method(BaseParticleRenderer::ParticleRendererBlendMethod bm) {
58 INLINE PN_stdfloat PointParticleRenderer::
59 get_point_size()
const {
66 INLINE
const LColor& PointParticleRenderer::
67 get_start_color()
const {
74 INLINE
const LColor& PointParticleRenderer::
75 get_end_color()
const {
82 INLINE PointParticleRenderer::PointParticleBlendType PointParticleRenderer::
83 get_blend_type()
const {
90 INLINE BaseParticleRenderer::ParticleRendererBlendMethod PointParticleRenderer::
91 get_blend_method()
const {