#include <RenderUmbraPass.h>
Inheritance diagram for RenderUmbraPass:
Public Member Functions | |
RenderUmbraPass (Root *mRoot, const String &renderTextureName, unsigned int width, unsigned int height, TextureType texType=TEX_TYPE_2D, PixelFormat internalFormat=PF_X8R8G8B8, const NameValuePairList *miscParams=0, bool fullScreenQuadRenderer=false) | |
Constructor. | |
~RenderUmbraPass () | |
Destructor. | |
Protected Member Functions | |
Vector3 | getEntityPos3f () |
Returns the value of g_vEntityPos3f. | |
Vector3 | getLightPos3f () |
Returns the value of g_vLightPos3f. | |
void | onRenderEnd (NameValuePairList *namedParams=0) |
void | onRenderStart (NameValuePairList *namedParams=0) |
void | setEntityPos3f (Vector3 vector3) |
Sets the value of g_vEntityPos3f. | |
void | setLightPos3f (Vector3 vector3) |
Sets the value of g_vLightPos3f. | |
Private Attributes | |
Vector3 | g_vEntityPos3f |
Contains the position of the Entity object. | |
Vector3 | g_vLightPos3f |
Contains the position of the Light. |
SuperClass: ManagedOgreRenderTexturePass Class: RenderUmbraPass
|
Constructor. Constructor.
|
|
Destructor.
|
|
Returns the value of g_vEntityPos3f.
|
|
Returns the value of g_vLightPos3f.
|
|
Runs after the render-texture object is updated place all cleanup code here.
Reimplemented from ManagedOgreRenderTexturePass. |
|
Runs before the render-texture object is updated place all shader setup here.
Reimplemented from ManagedOgreRenderTexturePass. |
|
Sets the value of g_vEntityPos3f.
|
|
Sets the value of g_vLightPos3f.
|
|
Contains the position of the Entity object.
|
|
Contains the position of the Light.
|