Untold Engine
Beta v0.0.16
docs
|
Classes | |
class | U4DEngine::U4DParticleEmitter |
The U4DParticleEmitter class contains all the methods required for the computation of the position, colors and behaviors of the particles. More... | |
class | U4DEngine::U4DParticleEmitterFactory |
The U4DParticleEmitterFactory class creates and allocates memory for the emitter classes such as Linear, Sphere and Torus. More... | |
class | U4DEngine::U4DParticleEmitterInterface |
The U4DParticleEmitterInterface interface contains all the methods required for the computation of the position, colors and behaviors of the particles. More... | |
class | U4DEngine::U4DParticleEmitterLinear |
The U4DParticleEmitterLinear class creates and allocates memory for the Linear Emitter. More... | |
class | U4DEngine::U4DParticleEmitterSphere |
The U4DParticleEmitterSphere class creates and allocates memory for the Sphereical Emitter. More... | |
class | U4DEngine::U4DParticleEmitterTorus |
The U4DParticleEmitterTorus class creates and allocates memory for the Torus Emitter. More... | |
class | U4DEngine::U4DParticle |
The U4DParticle class contains all the kinetic properties of a 3D particle. More... | |
class | U4DEngine::U4DParticleData |
The U4DParticleData class contains all the behavior properties of a 3D particle such as start-color, end-color, life, speed. More... | |
class | U4DEngine::U4DParticlePhysics |
The U4DParticlePhysics class is in charge of simulating gravity forces on 3D particles. More... | |
class | U4DEngine::U4DParticleSystem |
The U4DParticleSystem class is in charge of creating 3D particles. More... | |