From 54d0db2e998cd07a72acc883f9d8735bd97563a2 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 24 Apr 2021 23:28:38 +0300 Subject: [PATCH] Use a HDR environment map in desertpillars --- demos/desertpillars/source/desertpillars.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/desertpillars/source/desertpillars.cpp b/demos/desertpillars/source/desertpillars.cpp index c138d65a..41d150b0 100644 --- a/demos/desertpillars/source/desertpillars.cpp +++ b/demos/desertpillars/source/desertpillars.cpp @@ -56,7 +56,7 @@ DesertPillars::DesertPillars(int, char **): step->set_lighting(&resources.get("Desert.lightn")); step->set_depth_test(&GL::DepthTest::lequal()); - env_map = make_unique(resources, 256, sphere, *env_seq); + env_map = make_unique(resources, 256, GL::RGB16F, sphere, *env_seq); sphere.set_matrix(GL::Matrix::translation(GL::Vector3(0.0f, 0.0f, 3.3f))); content.add(resources.get("Background.scene")); -- 2.43.0