class QuadEffectObject
Defined in:
The C4Effects.h
QuadEffectObject
class encapsulates data pertaining to a generic billboarded quad effect.
Definition
class QuadEffectObject : public EffectObject
Constructor
QuadEffectObject(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
EffectObject |
A QuadEffectObject is an object that can be shared by multiple quad effect nodes.
|
See Also