From 3d22273726ab4d40f2eb9afc5ceeac37471a9dfa Mon Sep 17 00:00:00 2001 From: Runitai Linden Date: Tue, 24 Mar 2020 11:22:01 -0500 Subject: Fix for bad fullbright shiny shininess values and inconsistency between materialF and fullbrightShinyF --- indra/newview/llface.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'indra/newview/llface.cpp') diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp index 59269c2115..18ea184da6 100644 --- a/indra/newview/llface.cpp +++ b/indra/newview/llface.cpp @@ -1423,9 +1423,9 @@ BOOL LLFace::getGeometryVolume(const LLVolume& volume, static const GLfloat SHININESS_TO_ALPHA[4] = { 0.0000f, - 0.3333f, - 0.6666f, - 1.0000f + 0.25f, + 0.5f, + 0.75f }; llassert(tep->getShiny() <= 3); -- cgit v1.2.3