Data Structures | |
| struct | MFParticleEmitter |
| Particle emitter configuration. More... | |
| struct | MFParticleParameters |
| Particle system parameters. More... | |
| struct | MFParticleSystem |
| Represents a Fuji particle system. More... | |
Enumerations | |
| enum | MFEmitterType { MFET_Point, MFET_Sphere, MFET_Disc, MFET_Max, MFET_ForceInt = 0x7FFFFFFF } |
| Fuji emitter types. More... | |
| enum | MFEmitterBehaviour { MFEB_Direction, MFEB_TargetAttract, MFEB_TargetRepel, MFEB_Max, MFEB_ForceInt = 0x7FFFFFFF } |
| Fuji emitter behaviour. More... | |
Functions | |
| MFParticleSystem * | MFParticleSystem_Create (MFParticleParameters *pParticleParams) |
| Creates a particle system. | |
| void | MFParticleSystem_Destroy (MFParticleSystem *pParticleSystem) |
| Dstroy a particle system. | |
| void | MFParticleSystem_Draw (MFParticleSystem *pParticleSystem) |
| Draw a particle system. | |
| void | MFParticleSystem_SetWorldMatrix (MFParticleSystem *pParticleSystem, const MFMatrix &worldMatrix) |
| Set the particle system world matrix. | |
1.4.5