diff options
| author | Dave Parks <davep@lindenlab.com> | 2022-09-23 11:19:56 -0500 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2022-09-23 11:19:56 -0500 |
| commit | 8f1d22686551f4d6783d03cd3685085ed7fcb96c (patch) | |
| tree | 09dd1c2a7c13a433e8756080638448624281a86c /indra/newview/llface.cpp | |
| parent | 01d667109159666150816ff728fa941d2fb54299 (diff) | |
SL-18134 Rename Albedo to Base Color to be more consistent with GLTF spec
Diffstat (limited to 'indra/newview/llface.cpp')
| -rw-r--r-- | indra/newview/llface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp index 5562f1d057..5de8bda787 100644 --- a/indra/newview/llface.cpp +++ b/indra/newview/llface.cpp @@ -1336,7 +1336,7 @@ BOOL LLFace::getGeometryVolume(const LLVolume& volume, if (tep->getGLTFMaterial()) { - color = tep->getGLTFMaterial()->mAlbedoColor; + color = tep->getGLTFMaterial()->mBaseColor; } if (rebuild_color) |
