C4 Engine
C4 Engine API Documentation

struct QuadParticle

Defined in:  C4Particles.h
The 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.