From 3731520cdfbfdc48db6ff4752a5cbcfc2b5d9ccf Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Thu, 20 May 2010 16:51:56 -0700 Subject: Support 'tiny prims' (resizing down to 0.001m) on OpenSim, made sure the tools floater uses the correct limits in the spinners --- linden/indra/llmath/xform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linden/indra/llmath') diff --git a/linden/indra/llmath/xform.h b/linden/indra/llmath/xform.h index 9b4d2fc..1e1df46 100644 --- a/linden/indra/llmath/xform.h +++ b/linden/indra/llmath/xform.h @@ -39,7 +39,7 @@ 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; +//const F32 MIN_PRIM_SCALE = 0.01f; set via the Hippo Grid manager now const F32 MAX_PRIM_SCALE = 65536.f; // something very high but not near FLT_MAX -- cgit v1.1