24 #include <flw/flf/models/effects/IEffect.h>
Effect to boost the models color.
Definition: BoostColor.h:33
void preDrawAction(flc::Program *program) override
virtual: defines action to be done just before the draw.
void startAction(flc::Program *program) override
virtual: defines action to be done when the effect is started.
void postDrawAction(flc::Program *program) override
virtual: defines action to be done just after the draw.
Base for effects.
Definition: IEffect.h:33
void stopAction(flc::Program *program) override
virtual: defines action to be done when the effect is stopped.
Single GLSL program object.
Definition: Program.h:37