PureBasic - Particle

Overview

Particles systems are widely used in the 3D scenes to simulate hard to predict events, like the rain, fire, explosions etc. PureBasic allows to create any number of particle emitters as needed which are running in an autonomous manner. Each emitter has its own shape, and its own properties like the velocity, speed, emission rate and more.

InitEngine3D() should be called successfully before using the Particle commands.

Command Index

CreateParticleEmitter
FreeParticleEmitter
HideParticleEmitter
IsParticleEmitter
MoveParticleEmitter
ParticleColorFader
ParticleColorRange
ParticleEmissionRate
ParticleEmitterDirection
ParticleEmitterLocate
ParticleEmitterX
ParticleEmitterY
ParticleEmitterZ
ParticleMaterial
ParticleSize
ParticleTimeToLive
ParticleVelocity
ResizeParticleEmitter

Example

Particle.pb

Supported OS

Windows, Linux

Reference Manual - Index