Set3DParticlesTransparency
Description
Set the particle transparency to a particular setting, with a choice of no transparency, alpha transparency, and additive blending. By default particles are created with alpha transparency.
Definition
Set3DParticlesTransparency( ID, mode )
void agk::Set3DParticlesTransparency( uint32_t ID, int mode )
Parameters
- ID - The ID of the particle emitter to modify.
- mode - The transparency mode for these particles, 0=off, 1=alpha transparency, 2=additive blending