|
Panda3D
|
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.
| ParticleRendererBlendMethod getBlendMethod | ( | ) |
| PointParticleBlendType getBlendType | ( | ) |
| VBase4 const getEndColor | ( | ) |
| float getPointSize | ( | ) |
| VBase4 const getStartColor | ( | ) |
| setBlendMethod | ( | ParticleRendererBlendMethod | bm | ) |
| setBlendType | ( | PointParticleBlendType | bt | ) |
| setEndColor | ( | VBase4 const | ec | ) |
| setPointSize | ( | float | point_size | ) |
| setStartColor | ( | VBase4 const | sc | ) |
1.7.3