#include <CausticsFinalRenderingRun.h>
Inheritance diagram for CausticsFinalRenderingRun:
Public Member Functions | |
CausticsFinalRenderingRun (Entity *entity) | |
Constructor. | |
~CausticsFinalRenderingRun () | |
Destructor. | |
void | renderSingleEntity (RenderTarget *backBuffer, CubeMapFaces cf=CUBEMAP_FACE_POSITIVE_X) |
Renders a sinle entity into the screen. | |
const String & | getCausticMapTexture () |
Returns with the causticMapTexture. | |
unsigned int | getCausticMapUpdateInterval () |
Gets the number of frame of CausticMapUpdateInterval. | |
void | setCausticMapUpdateInterval (unsigned int updateIntervalNumOfFrames) |
Sets the number of frame of CausticMapUpdateInterval. |
|
Gets the number of frame of CausticMapUpdateInterval.
Reimplemented from FinalRenderingRun. |
|
Renders a sinle entity into the screen.
Implements FinalRenderingRun. |
|
Sets the number of frame of CausticMapUpdateInterval.
Reimplemented from FinalRenderingRun. |