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 9ee8575 commit bf23537
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/Editor/Widgets/GUI_Widget_RenderingSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ void Widget_RenderingSettings::Draw() {


ImGui::Combo("Shadow Filtering", &SelectedShadowFiltering_, ShadowFilteringNames, 4);
ImGui::Combo("Shadow Update Mode", &SelectedShadowUpdates_, ShadowUpdateNames, 5);


if (Apply) {
Settings->ShadowMapX_ = DepthMapResolution_[0];
Expand Down

0 comments on commit bf23537

Please sign in to comment.