diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-07-29 14:48:43 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-07-29 14:48:43 +0100 |
commit | 912c8faf55a4d391f69eb18d4fda5a85a70de6ca (patch) | |
tree | 20f8cec972e407794d3a060bf69099cb24f13af1 /indra/newview/llvovolume.h | |
parent | 1b9e6225c8e438d44beb6a993cf1d0f24659d1e0 (diff) |
SL-731 - diagnostic displays for LOD, tri count
Diffstat (limited to 'indra/newview/llvovolume.h')
-rw-r--r-- | indra/newview/llvovolume.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvovolume.h b/indra/newview/llvovolume.h index 44d9c65b4b..c972d7770e 100644 --- a/indra/newview/llvovolume.h +++ b/indra/newview/llvovolume.h @@ -395,6 +395,7 @@ private: public: static F32 sLODSlopDistanceFactor;// Changing this to zero, effectively disables the LOD transition slop static F32 sLODFactor; // LOD scale factor + static S32 sForceLOD; // LOD override static F32 sDistanceFactor; // LOD distance factor static LLPointer<LLObjectMediaDataClient> sObjectMediaClient; |