TDME2 1.9.121
|
Shadow mapping base shader to render shadow maps. More...
#include <tdme/engine/subsystems/shadowmapping/ShadowMapRenderShaderBaseImplementation.h>
Public Member Functions | |
ShadowMapRenderShaderBaseImplementation (Renderer *renderer) | |
Public constructor. More... | |
virtual | ~ShadowMapRenderShaderBaseImplementation () |
Destructor. More... | |
virtual bool | isInitialized () override |
virtual void | initialize () override |
Init shadow mapping. More... | |
virtual void | useProgram (Engine *engine, int contextIdx) override |
Use shadow map render shader program. More... | |
virtual void | unUseProgram (int contextIdx) override |
Un use shadow map render shader program. More... | |
virtual void | updateMatrices (int contextIdx) override |
Update matrices. More... | |
virtual void | updateTextureMatrix (Renderer *renderer, int contextIdx) override |
Update texture matrix. More... | |
virtual void | updateMaterial (Renderer *renderer, int contextIdx) override |
Update material. More... | |
virtual void | updateLight (Renderer *renderer, int contextIdx, int32_t lightId) override |
Update light. 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... | |
virtual void | setDepthBiasMVPMatrix (int contextIdx, const Matrix4x4 &depthBiasMVPMatrix) override |
Set up program depth bias mvp matrix. More... | |
virtual void | setRenderLightId (int32_t lightId) override |
Set light id. More... | |
![]() | |
virtual | ~ShadowMapRenderShaderImplementation () |
Destructor. More... | |
virtual const string | getId ()=0 |
virtual bool | isInitialized ()=0 |
virtual void | initialize ()=0 |
Init shadow mapping. More... | |
virtual void | useProgram (Engine *engine, int contextIdx)=0 |
Use shadow map render shader program. More... | |
virtual void | unUseProgram (int contextIdx)=0 |
Un use shadow map render shader program. More... | |
virtual void | updateMatrices (int contextIdx)=0 |
Update matrices. More... | |
virtual void | updateTextureMatrix (Renderer *renderer, int contextIdx)=0 |
Update texture matrix. More... | |
virtual void | updateMaterial (Renderer *renderer, int contextIdx)=0 |
Update material. More... | |
virtual void | updateLight (Renderer *renderer, int contextIdx, int32_t lightId)=0 |
Update light. 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... | |
virtual void | setDepthBiasMVPMatrix (int contextIdx, const Matrix4x4 &depthBiasMVPMatrix)=0 |
Set up program depth bias mvp matrix. More... | |
virtual void | setRenderLightId (int32_t lightId)=0 |
Set light id. More... | |
Shadow mapping base shader to render shadow maps.
Definition at line 23 of file ShadowMapRenderShaderBaseImplementation.h.
ShadowMapRenderShaderBaseImplementation | ( | Renderer * | renderer | ) |
Public constructor.
renderer | renderer |
Definition at line 35 of file ShadowMapRenderShaderBaseImplementation.cpp.
|
virtual |
Destructor.
Definition at line 41 of file ShadowMapRenderShaderBaseImplementation.cpp.
|
overridevirtual |
Bind texture.
renderer | renderer |
context | contet |
textureId | texture id |
Implements ShadowMapRenderShaderImplementation.
Definition at line 205 of file ShadowMapRenderShaderBaseImplementation.cpp.
|
overridevirtual |
Init shadow mapping.
Implements ShadowMapRenderShaderImplementation.
Reimplemented in ShadowMapRenderShaderDefaultImplementation, ShadowMapRenderShaderFoliageImplementation, and ShadowMapRenderShaderTreeImplementation.
Definition at line 50 of file ShadowMapRenderShaderBaseImplementation.cpp.
|
overridevirtual |
Implements ShadowMapRenderShaderImplementation.
Definition at line 45 of file ShadowMapRenderShaderBaseImplementation.cpp.
|
overridevirtual |
Set up program depth bias mvp matrix.
context | contet |
depthBiasMVPMatrix | depth bias mvp matrix |
Implements ShadowMapRenderShaderImplementation.
Definition at line 214 of file ShadowMapRenderShaderBaseImplementation.cpp.
|
overridevirtual |
Set light id.
lightId | light id to render |
Implements ShadowMapRenderShaderImplementation.
Definition at line 219 of file ShadowMapRenderShaderBaseImplementation.cpp.
|
overridevirtual |
Un use shadow map render shader program.
contextIdx | context index |
Implements ShadowMapRenderShaderImplementation.
Definition at line 140 of file ShadowMapRenderShaderBaseImplementation.cpp.
|
overridevirtual |
Update light.
renderer | renderer |
context | contet |
lightId | light id |
Implements ShadowMapRenderShaderImplementation.
Definition at line 182 of file ShadowMapRenderShaderBaseImplementation.cpp.
|
overridevirtual |
Update material.
renderer | renderer |
context | contet |
Implements ShadowMapRenderShaderImplementation.
Definition at line 173 of file ShadowMapRenderShaderBaseImplementation.cpp.
|
overridevirtual |
Update matrices.
contextIdx | context index |
Implements ShadowMapRenderShaderImplementation.
Definition at line 144 of file ShadowMapRenderShaderBaseImplementation.cpp.
|
overridepure virtual |
Update shader parameters.
renderer | renderer |
contextIdx | context index |
Implements ShadowMapRenderShaderImplementation.
Implemented in ShadowMapRenderShaderDefaultImplementation, ShadowMapRenderShaderFoliageImplementation, and ShadowMapRenderShaderTreeImplementation.
|
overridevirtual |
Update texture matrix.
renderer | renderer |
context | contet |
Implements ShadowMapRenderShaderImplementation.
Definition at line 169 of file ShadowMapRenderShaderBaseImplementation.cpp.
|
overridevirtual |
Use shadow map render shader program.
engine | engine |
contextIdx | context index |
Implements ShadowMapRenderShaderImplementation.
Definition at line 129 of file ShadowMapRenderShaderBaseImplementation.cpp.
|
protected |
Definition at line 29 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 57 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 58 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 30 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 26 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 28 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 37 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 35 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 53 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 50 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 54 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 49 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 55 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 52 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 51 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 41 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 38 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 39 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 40 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 36 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 31 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 34 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 33 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 56 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 46 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 47 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 48 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 45 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 44 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 43 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 42 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 32 of file ShadowMapRenderShaderBaseImplementation.h.
|
protected |
Definition at line 27 of file ShadowMapRenderShaderBaseImplementation.h.