diff --git a/CMakeLists.txt b/CMakeLists.txt index ab704fcc..fdcf7dd4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -150,6 +150,7 @@ set(EXAMPLES particlefire pbrbasic pbribl + pbrtexture pipelines pushconstants radialblur diff --git a/pbrtexture/main.cpp b/pbrtexture/main.cpp index 0ba7ed63..affdb47c 100644 --- a/pbrtexture/main.cpp +++ b/pbrtexture/main.cpp @@ -78,7 +78,7 @@ public: struct UBOParams { glm::vec4 lights[4]; - float exposure = 2.0f; + float exposure = 4.5f; float gamma = 2.2f; } uboParams;