aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmath/llvolumemgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmath/llvolumemgr.h')
-rw-r--r--linden/indra/llmath/llvolumemgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llmath/llvolumemgr.h b/linden/indra/llmath/llvolumemgr.h
index 0688163..0d6aa56 100644
--- a/linden/indra/llmath/llvolumemgr.h
+++ b/linden/indra/llmath/llvolumemgr.h
@@ -56,6 +56,7 @@ public:
56 56
57 BOOL derefLOD(LLVolume *volumep); 57 BOOL derefLOD(LLVolume *volumep);
58 static S32 getDetailFromTan(const F32 tan_angle); 58 static S32 getDetailFromTan(const F32 tan_angle);
59 static void getDetailProximity(const F32 tan_angle, F32 &to_lower, F32& to_higher);
59 static F32 getVolumeScaleFromDetail(const S32 detail); 60 static F32 getVolumeScaleFromDetail(const S32 detail);
60 61
61 LLVolume *getLOD(const S32 detail); 62 LLVolume *getLOD(const S32 detail);