summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2024-11-04 12:09:52 -0600
committerGitHub <noreply@github.com>2024-11-04 12:09:52 -0600
commita9e0bc996e6b644f99ae033e6b35daac0c49e0e1 (patch)
tree11148377c1cb8272fcef9f90c87e9cae3edcc70d
parent3eb193f7525cd92eaa5e99f66cf82df4d63f2e38 (diff)
#2964 Fix for PBR glow on alpha rendering to depth. (#3012)
-rw-r--r--indra/newview/llvovolume.cpp1
1 files changed, 1 insertions, 0 deletions
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)
{