aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2011-07-08 14:48:05 -0700
committerMcCabe Maxsted2011-07-08 14:48:05 -0700
commit14f4622c3b836caafea64a260a00a5f5a9f103f9 (patch)
tree852dc75202e4e8804fa409faa6a41c14e70b2c3d /linden/indra/newview/llappviewer.cpp
parentOnly check if an object is above SculptSAThresh if it's an actual sculptie (diff)
downloadmeta-impy-14f4622c3b836caafea64a260a00a5f5a9f103f9.zip
meta-impy-14f4622c3b836caafea64a260a00a5f5a9f103f9.tar.gz
meta-impy-14f4622c3b836caafea64a260a00a5f5a9f103f9.tar.bz2
meta-impy-14f4622c3b836caafea64a260a00a5f5a9f103f9.tar.xz
Added debug settings RenderSculptSAThreshold and RenderSculptSAMax. Adjust these if sculpties ever go invisible that shouldn't
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llappviewer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp
index b96f6c2..519fa62 100644
--- a/linden/indra/newview/llappviewer.cpp
+++ b/linden/indra/newview/llappviewer.cpp
@@ -422,6 +422,8 @@ static void settings_to_globals()
422 LLVOTree::sTreeFactor = gSavedSettings.getF32("RenderTreeLODFactor"); 422 LLVOTree::sTreeFactor = gSavedSettings.getF32("RenderTreeLODFactor");
423 LLVOAvatar::sLODFactor = gSavedSettings.getF32("RenderAvatarLODFactor"); 423 LLVOAvatar::sLODFactor = gSavedSettings.getF32("RenderAvatarLODFactor");
424 LLVOAvatar::sMaxVisible = gSavedSettings.getS32("RenderAvatarMaxVisible"); 424 LLVOAvatar::sMaxVisible = gSavedSettings.getS32("RenderAvatarMaxVisible");
425 LLVOVolume::sSculptSAThresh = gSavedSettings.getF32("RenderSculptSAThreshold");
426 LLVOVolume::sSculptSAMax = gSavedSettings.getF32("RenderSculptSAMax");
425 LLVOAvatar::sVisibleInFirstPerson = gSavedSettings.getBOOL("FirstPersonAvatarVisible"); 427 LLVOAvatar::sVisibleInFirstPerson = gSavedSettings.getBOOL("FirstPersonAvatarVisible");
426 // clamp auto-open time to some minimum usable value 428 // clamp auto-open time to some minimum usable value
427 LLFolderView::sAutoOpenTime = llmax(0.25f, gSavedSettings.getF32("FolderAutoOpenDelay")); 429 LLFolderView::sAutoOpenTime = llmax(0.25f, gSavedSettings.getF32("FolderAutoOpenDelay"));