struct QuadParticle
Defined in:
The C4Particles.h
QuadParticle
structure extends the Particle
structure and contains extra state information for an oriented quad particle.
Definition
struct QuadParticle : Particle
Data Members
Quaternion transform; |
A quaternion representing the orientation of the quad. |
Description
The QuadParticle
structure, or a subclass of this structure, must be used in the particle pool assigned to a QuadParticleSystem
effect.
Base Classes
Particle |
The QuadParticle structure extends the Particle structure.
|