diff options
author | Ruslan Teliuk <ruslantproductengine@lindenlab.com> | 2016-07-15 18:29:12 +0300 |
---|---|---|
committer | Ruslan Teliuk <ruslantproductengine@lindenlab.com> | 2016-07-15 18:29:12 +0300 |
commit | 62e7640ad5b0b183290e94b2950fd6288bd3d31c (patch) | |
tree | 2ff682b95b8520c1bf6d3e5f37512c59cd807f99 /indra/newview/llappviewer.cpp | |
parent | bb4a958a00f73068fa6e531b3c38738db658d798 (diff) | |
parent | 60c0c0e0e4b504ae4e1a701265c1134220e7a8a1 (diff) |
Merged lindenlab/viewer-neko into default
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index acbcb4f8b7..8406f09114 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -587,6 +587,7 @@ static void settings_to_globals() LLImageGL::sGlobalUseAnisotropic = gSavedSettings.getBOOL("RenderAnisotropic"); LLImageGL::sCompressTextures = gSavedSettings.getBOOL("RenderCompressTextures"); LLVOVolume::sLODFactor = gSavedSettings.getF32("RenderVolumeLODFactor"); + LLVOVolume::sRiggedLODFactor = gSavedSettings.getF32("RenderRiggedLODFactor"); LLVOVolume::sDistanceFactor = 1.f-LLVOVolume::sLODFactor * 0.1f; LLVolumeImplFlexible::sUpdateFactor = gSavedSettings.getF32("RenderFlexTimeFactor"); LLVOTree::sTreeFactor = gSavedSettings.getF32("RenderTreeLODFactor"); |