diff options
author | Brad Linden <46733234+brad-linden@users.noreply.github.com> | 2023-09-20 14:45:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-20 14:45:03 -0700 |
commit | e02dc20b9db4c6ec192b2c68c4c732a26296fc20 (patch) | |
tree | be25a3dff6011a3a8d07b7b29b53eb3aad17f253 /indra/llrender/llshadermgr.cpp | |
parent | 5b2de090c1ac44c415e8573e0d6b1136cd689f35 (diff) | |
parent | bb7f023aaaaa2aaa747a131486390f739cc32ed3 (diff) |
Merge pull request #379 from secondlife/davep/SL-19842
New GLTF protocol and lighting changes
Diffstat (limited to 'indra/llrender/llshadermgr.cpp')
-rw-r--r-- | indra/llrender/llshadermgr.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llrender/llshadermgr.cpp b/indra/llrender/llshadermgr.cpp index 22940dc703..0e7f9e1331 100644 --- a/indra/llrender/llshadermgr.cpp +++ b/indra/llrender/llshadermgr.cpp @@ -1267,6 +1267,8 @@ void LLShaderMgr::initAttribsAndUniforms() mReservedUniforms.push_back("sunlight_color"); mReservedUniforms.push_back("ambient_color"); mReservedUniforms.push_back("sky_hdr_scale"); + mReservedUniforms.push_back("sky_sunlight_scale"); + mReservedUniforms.push_back("sky_ambient_scale"); mReservedUniforms.push_back("blue_horizon"); mReservedUniforms.push_back("blue_density"); mReservedUniforms.push_back("haze_horizon"); |