#include <RenderDepthBufferPass.h>
Inheritance diagram for RenderDepthBufferPass:
Public Member Functions | |
RenderDepthBufferPass (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. | |
~RenderDepthBufferPass () | |
Destructor. | |
Protected Member Functions | |
Matrix4 | getLightViewTexBias () |
Returns the value of g_mLightViewTexBias matrix. The light view matrix with bias. | |
Matrix4 | getWorldViewProj () |
Returns the value of g_mWorldViewProj matrix. | |
void | onRenderEnd (NameValuePairList *namedParams=0) |
void | onRenderStart (NameValuePairList *namedParams=0) |
void | setLightViewTexBias (Matrix4 matrix4) |
Sets the value of g_mLightViewTexBias matrix. | |
void | setWorldViewProj (Matrix4 matrix4) |
Sets the value of g_mWorldViewProj matrix. | |
Private Attributes | |
Matrix4 | g_mLightViewTexBias |
Contains the light view transformation matrix with bias. | |
Matrix4 | g_mWorldViewProj |
Contains the WoldViewProj matrix. |
SuperClass: ManagedOgreRenderTexturePass Class: RenderDepthBufferPass The resulting texture is a PF_FLOAT32_RGBA type texture
|
Constructor. Constructor.
|
|
Destructor.
|
|
Returns the value of g_mLightViewTexBias matrix. The light view matrix with bias.
|
|
Returns the value of g_mWorldViewProj matrix.
|
|
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_mLightViewTexBias matrix.
|
|
Sets the value of g_mWorldViewProj matrix.
|
|
Contains the light view transformation matrix with bias.
|
|
Contains the WoldViewProj matrix.
|