From 7a4e0dac05be885df1a060b3c75d66cd0b2bd011 Mon Sep 17 00:00:00 2001 From: Armin Weatherwax Date: Fri, 11 Jun 2010 15:35:25 +0200 Subject: cleanup: comment out some constants that are replaced by HippoLimits --- linden/indra/llmath/xform.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'linden/indra') diff --git a/linden/indra/llmath/xform.h b/linden/indra/llmath/xform.h index 1e1df46..8afd18a 100644 --- a/linden/indra/llmath/xform.h +++ b/linden/indra/llmath/xform.h @@ -36,12 +36,15 @@ #include "m4math.h" #include "llquaternion.h" +//const F32 MIN_OBJECT_Z = -256.f; //not used + +/* +//all these are set by HippoLimits now: const F32 MAX_OBJECT_Z = 4096.f; // should match REGION_HEIGHT_METERS, Pre-havok4: 768.f -const F32 MIN_OBJECT_Z = -256.f; -//const F32 DEFAULT_MAX_PRIM_SCALE = 10.f; set via the Hippo Grid manager now -//const F32 MIN_PRIM_SCALE = 0.01f; set via the Hippo Grid manager now +const F32 DEFAULT_MAX_PRIM_SCALE = 10.f; +const F32 MIN_PRIM_SCALE = 0.01f; const F32 MAX_PRIM_SCALE = 65536.f; // something very high but not near FLT_MAX - +*/ class LLXform { -- cgit v1.1