fluidvis
|
#include <SXCore.h>
Public Member Functions | |
virtual void | execute (vector< string > &input)=0 |
Object processed by the render method of class Effect
|
pure virtual |
Called by the Effect class with some input parameters each time the render method of Effect is invoked. The method is processed by those Effects, to which this has been added with method getObjects.
Implemented in sx::Pass, sx::Skeleton, and sx::BufferedMesh.