51 void reshape(int32_t width, int32_t height);
Object 3D to be used with engine class.
FrameBuffer * getFrameBuffer()
void reshape(int32_t width, int32_t height)
Reshape frame buffer.
void initialize()
Initialize shadow map.
void updateDepthBiasMVPMatrix(int contextIdx)
Set up shadow texture matrix computed and stored before.
vector< Object3D * > visibleObjects
ShadowMap(ShadowMapping *shadowMapping, int32_t width, int32_t height)
Public constructor.
Matrix4x4 depthBiasMVPMatrix
ShadowMapping * shadowMapping
void dispose()
Disposes this shadow map.
void computeDepthBiasMVPMatrix()
Computes shadow texture matrix and stores it.
void createShadowMap(Light *light)
Create shadow map.
static constexpr int32_t TEXTUREUNIT
FrameBuffer * frameBuffer
void bindDepthBufferTexture(int contextIdx)
Binds frame buffer depth texture.