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.
void stopAction(flc::Program *program) override
virtual: defines action to be done when the effect is stopped.
void preDrawAction(flc::Program *program) override
virtual: defines action to be done just before the draw.
Effect to color the model with texture only (exclude light effects and shadows).
Definition: TextureOnly.h:33