ShadowArea

Undocumented in source.

Constructors

this
this(float projectionSize, float zStart, float zEnd, Owner owner)
Undocumented in source.

Members

Functions

resize
void resize(float projectionSize, float zStart, float zEnd)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(Light light, Camera camera)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

biasMatrix
Matrix4x4f biasMatrix;
Undocumented in source.
invViewMatrix
Matrix4x4f invViewMatrix;
Undocumented in source.
position
Vector3f position;
Undocumented in source.
projectionMatrix
Matrix4x4f projectionMatrix;
Undocumented in source.
projectionSize
float projectionSize;
Undocumented in source.
shadowMatrix
Matrix4x4f shadowMatrix;
Undocumented in source.
viewMatrix
Matrix4x4f viewMatrix;
Undocumented in source.
zEnd
float zEnd;
Undocumented in source.
zStart
float zStart;
Undocumented in source.

Meta