From 90a95b495aad7ea5067847f52ed5c36b5d34da84 Mon Sep 17 00:00:00 2001 From: saschawillems Date: Thu, 11 May 2017 20:28:49 +0200 Subject: [PATCH] Added pbrtexture to CMakeLists.txt --- CMakeLists.txt | 1 + pbrtexture/main.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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;