diff --git a/ArchitectureColoredPainting/HDRI/clarens_midday_4k.hdr b/ArchitectureColoredPainting/HDRI/background.hdr similarity index 100% rename from ArchitectureColoredPainting/HDRI/clarens_midday_4k.hdr rename to ArchitectureColoredPainting/HDRI/background.hdr diff --git a/ArchitectureColoredPainting/src/Renderer/IblUtils.cpp b/ArchitectureColoredPainting/src/Renderer/IblUtils.cpp index ab3c879..d5d5a32 100644 --- a/ArchitectureColoredPainting/src/Renderer/IblUtils.cpp +++ b/ArchitectureColoredPainting/src/Renderer/IblUtils.cpp @@ -213,7 +213,7 @@ GLuint Renderer::IblUtils::generateCubemap(QOpenGLFunctions_4_5_Core* glFunc, GL // --------------------------------- stbi_set_flip_vertically_on_load(true); int width, height, nrComponents; - float* data = stbi_loadf("HDRI/clarens_midday_4k.hdr", &width, &height, &nrComponents, 0); + float* data = stbi_loadf("HDRI/background.hdr", &width, &height, &nrComponents, 0); unsigned int hdrTexture = 0; if (data) {