C4 Engine Terathon Software C4 Engine API Documentation

• Effect Manager

API Links
Developer Links

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

Data Members
Quaternion          transform; A quaternion representing the orientation of the quad.
Base Classes
Particle The QuadParticle structure extends the Particle structure.