Skip to content

Commit

Permalink
Implement Settings To Control Rendering (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
datacrystals committed Jun 24, 2022
1 parent ce965ce commit 3e1d09c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ struct ERS_STRUCT_RendererSettings {
ERS::Renderer::ShadowFilteringType ShadowFilteringType_ = ERS::Renderer::ERS_SHADOW_FILTERING_STRATIFIED_POISSON_SAMPLING;
ERS::Renderer::ShadowUpdateMode ShadowUpdateMode_ = ERS::Renderer::ERS_SHADOW_UPDATE_MODE_DISTANCE_PRIORITIZED;
int MaxShadowUpdatesPerFrame_ = 5;
int ShadowFilterKernelSize_ = 2;
int ShadowFilterKernelSize_ = 1;

};

0 comments on commit 3e1d09c

Please sign in to comment.