From a9e0bc996e6b644f99ae033e6b35daac0c49e0e1 Mon Sep 17 00:00:00 2001 From: Dave Parks Date: Mon, 4 Nov 2024 12:09:52 -0600 Subject: #2964 Fix for PBR glow on alpha rendering to depth. (#3012) --- indra/newview/llvovolume.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 2859f8b1c2..253fb01219 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -6484,6 +6484,7 @@ U32 LLVolumeGeometryManager::genDrawInfo(LLSpatialGroup* group, U32 mask, LLFace if (gltf_mat->mAlphaMode == LLGLTFMaterial::ALPHA_MODE_BLEND) { registerFace(group, facep, LLRenderPass::PASS_ALPHA); + is_alpha = true; } else if (gltf_mat->mAlphaMode == LLGLTFMaterial::ALPHA_MODE_MASK) { -- cgit v1.2.3