Shadow map.
More...
#include <tdme/engine/subsystems/shadowmapping/ShadowMap.h>
Shadow map.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 29 of file ShadowMap.h.
◆ ShadowMap()
Public constructor.
- Parameters
-
shadowMapping | shadow mapping |
width | width |
height | height |
Definition at line 54 of file ShadowMap.cpp.
◆ ~ShadowMap()
◆ bindDepthBufferTexture()
void bindDepthBufferTexture |
( |
int |
contextIdx | ) |
|
|
private |
Binds frame buffer depth texture.
- Parameters
-
Definition at line 97 of file ShadowMap.cpp.
◆ computeDepthBiasMVPMatrix()
void computeDepthBiasMVPMatrix |
( |
| ) |
|
|
private |
Computes shadow texture matrix and stores it.
Definition at line 311 of file ShadowMap.cpp.
◆ createShadowMap()
void createShadowMap |
( |
Light * |
light | ) |
|
|
private |
◆ dispose()
◆ getCamera()
◆ getFrameBuffer()
◆ getHeight()
◆ getWidth()
◆ initialize()
◆ reshape()
void reshape |
( |
int32_t |
width, |
|
|
int32_t |
height |
|
) |
| |
|
private |
Reshape frame buffer.
- Parameters
-
Definition at line 88 of file ShadowMap.cpp.
◆ updateDepthBiasMVPMatrix()
void updateDepthBiasMVPMatrix |
( |
int |
contextIdx | ) |
|
|
private |
Set up shadow texture matrix computed and stored before.
- Parameters
-
Definition at line 320 of file ShadowMap.cpp.
◆ ShadowMapping
◆ biasMatrix
◆ depthBiasMVPMatrix
◆ frameBuffer
◆ lightCamera
Camera* lightCamera { nullptr } |
|
private |
◆ shadowMapping
◆ TEXTUREUNIT
constexpr int32_t TEXTUREUNIT { 9 } |
|
staticconstexpr |
◆ visibleObjects
The documentation for this class was generated from the following files:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/subsystems/shadowmapping/ShadowMap.h
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/subsystems/shadowmapping/ShadowMap.cpp