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 e0141a2 commit ff0ea38
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ namespace ERS {

enum ShadowFilteringType {

ERS_SHADOW_FILTERING_NO_FILTERING,
ERS_SHADOW_FILTERING_PCF_FILTERING,
ERS_SHADOW_FILTERING_DISABLED,
ERS_SHADOW_FILTERING_PCF,
ERS_SHADOW_FILTERING_POISSON_SAMPLING,
ERS_SHADOW_FILTERING_STRATIFIED_POISSON_SAMPLING

Expand Down

0 comments on commit ff0ea38

Please sign in to comment.