C4 Engine Terathon Software C4 Engine API Documentation

• Effect Manager

API Links
Developer Links

class FireEffect

Defined in:  C4Effects.h
The FireEffect class represents a procedural fire effect node in a scene graph.
Definition

class FireEffect : public Effect

Constructor

FireEffect(float radius, float height, float intensity, long speed, const char *textureName);

Parameters
radius The radius of the fire.
height The height of the fire.
intensity The fire animation intensity.
speed The fire animation speed.
textureName The name of the fire texture.
Description


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