aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvovolume.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2011-09-08 20:50:39 -0700
committerMcCabe Maxsted2011-09-08 20:50:39 -0700
commit0b707d43d1d04808e3354b9bf1dc35d380c286be (patch)
tree23ab929deccaab3fd6820227035a36d89bbb17de /linden/indra/newview/llvovolume.h
parentFixed snapshot Capture combo (diff)
downloadmeta-impy-0b707d43d1d04808e3354b9bf1dc35d380c286be.zip
meta-impy-0b707d43d1d04808e3354b9bf1dc35d380c286be.tar.gz
meta-impy-0b707d43d1d04808e3354b9bf1dc35d380c286be.tar.bz2
meta-impy-0b707d43d1d04808e3354b9bf1dc35d380c286be.tar.xz
Backout of the sculptie derender patch ported from FireStorm
This also reverts 14f4622c and 534767ef
Diffstat (limited to 'linden/indra/newview/llvovolume.h')
-rw-r--r--linden/indra/newview/llvovolume.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/linden/indra/newview/llvovolume.h b/linden/indra/newview/llvovolume.h
index 2f53bea..d09a198 100644
--- a/linden/indra/newview/llvovolume.h
+++ b/linden/indra/newview/llvovolume.h
@@ -248,9 +248,6 @@ public:
248 static F32 sLODSlopDistanceFactor;// Changing this to zero, effectively disables the LOD transition slop 248 static F32 sLODSlopDistanceFactor;// Changing this to zero, effectively disables the LOD transition slop
249 static F32 sLODFactor; // LOD scale factor 249 static F32 sLODFactor; // LOD scale factor
250 static F32 sDistanceFactor; // LOD distance factor 250 static F32 sDistanceFactor; // LOD distance factor
251 static F32 sSculptSAThresh; // Surface area at which sculpts are considered for not being rendered
252 static F32 sSculptSAMax; // The maximum combined surface area of sculpts(per frame) that are above the
253 // threshold before they stop being rendered
254 251
255protected: 252protected:
256 static S32 sNumLODChanges; 253 static S32 sNumLODChanges;