C4 Engine Terathon Software C4 Engine API Documentation

• Effect Manager

API Links
Developer Links

class QuadEffect

Defined in:  C4Effects.h
The QuadEffect class represents a generic billboarded quad effect node in a world.
Definition

class QuadEffect : public Effect

Constructor

QuadEffect(float radius, const ColorRGBA& color, const char *textureName);

Parameters
radius The radius of the beam.
color The color of the beam.
textureName The name of the quad texture.
Description


Base Classes
Effect A quad effect is a specific type of effect.
See Also

QuadEffectObject