aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvovolume.h
diff options
context:
space:
mode:
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;