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 21, 2022
1 parent 186ce69 commit fb6af3c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ struct ERS_STRUCT_RendererSettings {
int ShadowMapX_ = 2048;
int ShadowMapY_ = 2048;

// Set Shadow Filtering Type

// Set Max Shadow Updates Per Frame
int MaxShadowUpdatesPerFrame = 20;



};

0 comments on commit fb6af3c

Please sign in to comment.