CascadedShadowMap

Undocumented in source.

Constructors

this
this(Light light, Owner owner)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

releaseBuffer
void releaseBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
resize
void resize(uint res)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(Time t)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

area
ShadowArea[3] area;
Undocumented in source.
camera
Camera camera;
Undocumented in source.
depthTexture
GLuint depthTexture;
Undocumented in source.
framebuffer1
GLuint framebuffer1;
Undocumented in source.
framebuffer2
GLuint framebuffer2;
Undocumented in source.
framebuffer3
GLuint framebuffer3;
Undocumented in source.
projectionSize
float[3] projectionSize;
Undocumented in source.
shadowMapResolution
uint shadowMapResolution;
Undocumented in source.
zEnd
float zEnd;
Undocumented in source.
zStart
float zStart;
Undocumented in source.

Inherited Members

From ShadowMap

resolution
uint resolution;
Undocumented in source.
light
Light light;
Undocumented in source.
enabled
bool enabled()
Undocumented in source. Be warned that the author may not have intended to support it.
resize
void resize(uint res)
Undocumented in source.
update
void update(Time t)
Undocumented in source.

Meta