diff options
author | Ptolemy <ptolemy@lindenlab.com> | 2022-08-30 20:35:15 -0700 |
---|---|---|
committer | Ptolemy <ptolemy@lindenlab.com> | 2022-08-30 20:35:15 -0700 |
commit | 8eaee1f033d9dac892e749cc65416e149021d8f6 (patch) | |
tree | 2f7b9b72f1aae737407f7da8ebc01ae2b09c2abf /indra/newview/llviewertexture.h | |
parent | 197ac7cc2048fe4c259858f48946cd954782dfc2 (diff) |
SL-17703: PBR: Fix albedo being in wrong color space, add support for debug default_irradiance.png
Diffstat (limited to 'indra/newview/llviewertexture.h')
-rw-r--r-- | indra/newview/llviewertexture.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewertexture.h b/indra/newview/llviewertexture.h index 5893f549d0..3cfdf0b6f1 100644 --- a/indra/newview/llviewertexture.h +++ b/indra/newview/llviewertexture.h @@ -531,6 +531,7 @@ public: static LLPointer<LLViewerFetchedTexture> sDefaultImagep; // "Default" texture for error cases, the only case of fetched texture which is generated in local. static LLPointer<LLViewerFetchedTexture> sSmokeImagep; // Old "Default" translucent texture static LLPointer<LLViewerFetchedTexture> sFlatNormalImagep; // Flat normal map denoting no bumpiness on a surface + static LLPointer<LLViewerFetchedTexture> sDefaultIrradiancePBRp; // PBR: irradiance }; // |