TDME2 1.9.121
|
Shadow mapping shader base class to create shadow map. More...
#include <tdme/engine/subsystems/shadowmapping/ShadowMapCreationShaderBaseImplementation.h>
Public Member Functions | |
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... | |
![]() | |
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... | |
Protected Attributes | |
Renderer * | renderer { 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 } |
Shadow mapping shader base class to create shadow map.
Definition at line 21 of file ShadowMapCreationShaderBaseImplementation.h.
ShadowMapCreationShaderBaseImplementation | ( | Renderer * | renderer | ) |
Constructor.
renderer | renderer |
Definition at line 25 of file ShadowMapCreationShaderBaseImplementation.cpp.
Destructor.
Definition at line 31 of file ShadowMapCreationShaderBaseImplementation.cpp.
|
overridevirtual |
Bind texture.
renderer | renderer |
contextIdx | context index |
textureId | texture id |
Implements ShadowMapCreationShaderImplementation.
Definition at line 127 of file ShadowMapCreationShaderBaseImplementation.cpp.
|
overridevirtual |
Init shadow map creation program.
Implements ShadowMapCreationShaderImplementation.
Reimplemented in ShadowMapCreationShaderDefaultImplementation, ShadowMapCreationShaderFoliageImplementation, and ShadowMapCreationShaderTreeImplementation.
Definition at line 39 of file ShadowMapCreationShaderBaseImplementation.cpp.
|
overridevirtual |
Implements ShadowMapCreationShaderImplementation.
Definition at line 34 of file ShadowMapCreationShaderBaseImplementation.cpp.
|
overridevirtual |
Unuse shadow map creation program.
contextIdx | context index |
Implements ShadowMapCreationShaderImplementation.
Definition at line 93 of file ShadowMapCreationShaderBaseImplementation.cpp.
|
overridevirtual |
Update material.
renderer | renderer |
contextIdx | context index |
Implements ShadowMapCreationShaderImplementation.
Definition at line 118 of file ShadowMapCreationShaderBaseImplementation.cpp.
|
overridevirtual |
Set up program matrices.
contextIdx | context index |
Implements ShadowMapCreationShaderImplementation.
Definition at line 97 of file ShadowMapCreationShaderBaseImplementation.cpp.
|
overridepure virtual |
Update shader parameters.
renderer | renderer |
contextIdx | context index |
Implements ShadowMapCreationShaderImplementation.
Implemented in ShadowMapCreationShaderDefaultImplementation, ShadowMapCreationShaderFoliageImplementation, and ShadowMapCreationShaderTreeImplementation.
|
overridevirtual |
Set up program texture matrix.
renderer | renderer |
contextIdx | context index |
Implements ShadowMapCreationShaderImplementation.
Definition at line 114 of file ShadowMapCreationShaderBaseImplementation.cpp.
|
overridevirtual |
Use shadow map creation program.
engine | engine |
contextIdx | context index |
Implements ShadowMapCreationShaderImplementation.
Definition at line 85 of file ShadowMapCreationShaderBaseImplementation.cpp.
|
protected |
Definition at line 27 of file ShadowMapCreationShaderBaseImplementation.h.
|
protected |
Definition at line 26 of file ShadowMapCreationShaderBaseImplementation.h.
|
protected |
Definition at line 41 of file ShadowMapCreationShaderBaseImplementation.h.
|
protected |
Definition at line 28 of file ShadowMapCreationShaderBaseImplementation.h.
|
protected |
Definition at line 24 of file ShadowMapCreationShaderBaseImplementation.h.
|
protected |
Definition at line 30 of file ShadowMapCreationShaderBaseImplementation.h.
|
protected |
Definition at line 37 of file ShadowMapCreationShaderBaseImplementation.h.
|
protected |
Definition at line 38 of file ShadowMapCreationShaderBaseImplementation.h.
|
protected |
Definition at line 39 of file ShadowMapCreationShaderBaseImplementation.h.
|
protected |
Definition at line 36 of file ShadowMapCreationShaderBaseImplementation.h.
|
protected |
Definition at line 35 of file ShadowMapCreationShaderBaseImplementation.h.
|
protected |
Definition at line 31 of file ShadowMapCreationShaderBaseImplementation.h.
|
protected |
Definition at line 29 of file ShadowMapCreationShaderBaseImplementation.h.
|
protected |
Definition at line 33 of file ShadowMapCreationShaderBaseImplementation.h.
|
protected |
Definition at line 32 of file ShadowMapCreationShaderBaseImplementation.h.
|
protected |
Definition at line 34 of file ShadowMapCreationShaderBaseImplementation.h.
|
protected |
Definition at line 40 of file ShadowMapCreationShaderBaseImplementation.h.
|
protected |
Definition at line 25 of file ShadowMapCreationShaderBaseImplementation.h.