TDME2 1.9.121
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
ShadowMapCreationShaderTreeImplementation Class Reference

Shadow mapping tree shader class to create shadow map. More...

#include <tdme/engine/subsystems/shadowmapping/ShadowMapCreationShaderTreeImplementation.h>

Inheritance diagram for ShadowMapCreationShaderTreeImplementation:
Inheritance graph
Collaboration diagram for ShadowMapCreationShaderTreeImplementation:
Collaboration graph

Public Member Functions

 ShadowMapCreationShaderTreeImplementation (Renderer *renderer)
 Constructor. More...
 
 ~ShadowMapCreationShaderTreeImplementation ()
 Destructor. More...
 
virtual const string getId () override
 
virtual void initialize () override
 Init shadow map creation program. More...
 
virtual void updateShaderParameters (Renderer *renderer, int contextIdx) override
 Update shader parameters. More...
 
- Public Member Functions inherited from ShadowMapCreationShaderBaseImplementation
 ShadowMapCreationShaderBaseImplementation (Renderer *renderer)
 Constructor. More...
 
 ~ShadowMapCreationShaderBaseImplementation ()
 Destructor. More...
 
virtual bool isInitialized () override
 
virtual void initialize () override
 Init shadow map creation program. More...
 
virtual void useProgram (Engine *engine, int contextIdx) override
 Use shadow map creation program. More...
 
virtual void unUseProgram (int contextIdx) override
 Unuse shadow map creation program. More...
 
virtual void updateMatrices (int contextIdx) override
 Set up program matrices. More...
 
virtual void updateTextureMatrix (Renderer *renderer, int contextIdx) override
 Set up program texture matrix. More...
 
virtual void updateMaterial (Renderer *renderer, int contextIdx) override
 Update material. More...
 
virtual void updateShaderParameters (Renderer *renderer, int contextIdx) override=0
 Update shader parameters. More...
 
virtual void bindTexture (Renderer *renderer, int contextIdx, int32_t textureId) override
 Bind texture. More...
 
- Public Member Functions inherited from ShadowMapCreationShaderImplementation
virtual ~ShadowMapCreationShaderImplementation ()
 Destructor. More...
 
virtual const string getId ()=0
 
virtual bool isInitialized ()=0
 
virtual void initialize ()=0
 Init shadow map creation program. More...
 
virtual void useProgram (Engine *engine, int contextIdx)=0
 Use shadow map creation program. More...
 
virtual void unUseProgram (int contextIdx)=0
 Unuse shadow map creation program. More...
 
virtual void updateMatrices (int contextIdx)=0
 Set up program matrices. More...
 
virtual void updateTextureMatrix (Renderer *renderer, int contextIdx)=0
 Set up program texture matrix. More...
 
virtual void updateMaterial (Renderer *renderer, int contextIdx)=0
 Update material. More...
 
virtual void updateShaderParameters (Renderer *renderer, int contextIdx)=0
 Update shader parameters. More...
 
virtual void bindTexture (Renderer *renderer, int contextIdx, int32_t textureId)=0
 Bind texture. More...
 

Static Public Member Functions

static bool isSupported (Renderer *renderer)
 

Private Attributes

int32_t uniformSpeed { -1 }
 

Additional Inherited Members

- Protected Attributes inherited from ShadowMapCreationShaderBaseImplementation
Rendererrenderer { nullptr }
 
int32_t vertexShaderId { -1 }
 
int32_t geometryShaderId { -1 }
 
int32_t fragmentShaderId { -1 }
 
int32_t programId { -1 }
 
int32_t uniformProjectionMatrix { -1 }
 
int32_t uniformCameraMatrix { -1 }
 
int32_t uniformMVPMatrix { -1 }
 
int32_t uniformTextureAtlasSize { -1 }
 
int32_t uniformTextureAtlasPixelDimension { -1 }
 
int32_t uniformTextureMatrix { -1 }
 
int32_t uniformModelTranslation { -1 }
 
int32_t uniformDiffuseTextureUnit { -1 }
 
int32_t uniformDiffuseTextureAvailable { -1 }
 
int32_t uniformDiffuseTextureMaskedTransparency { -1 }
 
int32_t uniformDiffuseTextureMaskedTransparencyThreshold { -1 }
 
int32_t uniformTime { -1 }
 
bool initialized { false }
 

Detailed Description

Shadow mapping tree shader class to create shadow map.

Author
Andreas Drewke
Version
$Id$

Definition at line 19 of file ShadowMapCreationShaderTreeImplementation.h.

Constructor & Destructor Documentation

◆ ShadowMapCreationShaderTreeImplementation()

Constructor.

Parameters
rendererrenderer

Definition at line 25 of file ShadowMapCreationShaderTreeImplementation.cpp.

◆ ~ShadowMapCreationShaderTreeImplementation()

Destructor.

Definition at line 29 of file ShadowMapCreationShaderTreeImplementation.cpp.

Member Function Documentation

◆ getId()

const string getId ( )
overridevirtual
Returns
shader id

Implements ShadowMapCreationShaderImplementation.

Definition at line 32 of file ShadowMapCreationShaderTreeImplementation.cpp.

◆ initialize()

void initialize ( )
overridevirtual

Init shadow map creation program.

Reimplemented from ShadowMapCreationShaderBaseImplementation.

Definition at line 36 of file ShadowMapCreationShaderTreeImplementation.cpp.

◆ isSupported()

bool isSupported ( Renderer renderer)
static
Returns
if supported by renderer
Parameters
rendererrenderer

Definition at line 21 of file ShadowMapCreationShaderTreeImplementation.cpp.

◆ updateShaderParameters()

void updateShaderParameters ( Renderer renderer,
int  contextIdx 
)
overridevirtual

Update shader parameters.

Parameters
rendererrenderer
contextIdxcontext index

Implements ShadowMapCreationShaderBaseImplementation.

Definition at line 84 of file ShadowMapCreationShaderTreeImplementation.cpp.

Member Data Documentation

◆ uniformSpeed

int32_t uniformSpeed { -1 }
private

Definition at line 22 of file ShadowMapCreationShaderTreeImplementation.h.


The documentation for this class was generated from the following files: