ShadowPass

Undocumented in source.

Constructors

this
this(RenderPipeline pipeline)
Undocumented in source.

Members

Functions

render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
renderCSM
void renderCSM(CascadedShadowMap csm)
Undocumented in source. Be warned that the author may not have intended to support it.
renderEntities
void renderEntities(Shader shader)
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

camera
Camera camera;
Undocumented in source.
csmShader
ShadowShader csmShader;
Undocumented in source.
lightGroup
EntityGroup lightGroup;
Undocumented in source.

Inherited Members

From RenderPass

pipeline
RenderPipeline pipeline;
Undocumented in source.
view
RenderView view;
Undocumented in source.
group
EntityGroup group;
Undocumented in source.
state
GraphicsState state;
Undocumented in source.
defaultMaterial
Material defaultMaterial;
Undocumented in source.
defaultShader
FallbackShader defaultShader;
Undocumented in source.
active
bool active;
Undocumented in source.
clear
bool clear;
Undocumented in source.
prevViewMatrix
Matrix4x4f prevViewMatrix;
Undocumented in source.
update
void update(Time t)
Undocumented in source. Be warned that the author may not have intended to support it.
renderEntity
void renderEntity(Entity entity, Shader shader)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta