Skip to content

Commit

Permalink
CVars: Add r.DefaultFeature.AmbientOcclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Feb 24, 2024
1 parent 54ef72d commit c50a11a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CommitHash.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once
#define UEVR_COMMIT_HASH "8ea88a21f29557e9f4d49266af173c1500d95733"
#define UEVR_BUILD_DATE "22.02.2024"
#define UEVR_COMMIT_HASH "54ef72d539578f581bc30358cab337f332868404"
#define UEVR_BUILD_DATE "24.02.2024"
#define UEVR_BUILD_TIME "00:00"
1 change: 1 addition & 0 deletions src/mods/vr/CVarManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ class CVarManager final : public ModComponent {

// Ints
std::make_unique<CVarStandard>(L"Renderer", L"r.DefaultFeature.AntiAliasing", CVar::Type::INT, 0, 2),
std::make_unique<CVarStandard>(L"Renderer", L"r.DefaultFeature.AmbientOcclusion", CVar::Type::INT, 0, 2),
std::make_unique<CVarStandard>(L"Renderer", L"r.TemporalAA.Algorithm", CVar::Type::INT, 0, 1),
std::make_unique<CVarStandard>(L"Renderer", L"r.TemporalAA.Upsampling", CVar::Type::INT, 0, 1),
std::make_unique<CVarStandard>(L"Renderer", L"r.Upscale.Quality", CVar::Type::INT, 0, 5),
Expand Down

0 comments on commit c50a11a

Please sign in to comment.