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