summaryrefslogtreecommitdiff
path: root/indra/llmath
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2010-10-07 15:58:01 -0500
committerDave Parks <davep@lindenlab.com>2010-10-07 15:58:01 -0500
commitfecf1883efab2df720e4097d66d450dd8011399f (patch)
tree24f675bf842f814a0c6a3edcdf32e04c9dbe29c7 /indra/llmath
parentca1f7828b236b9a692f04e390975e8fcda13d597 (diff)
Increase default scale limit to 64m
Diffstat (limited to 'indra/llmath')
-rw-r--r--indra/llmath/xform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/xform.h b/indra/llmath/xform.h
index c4edd46279..1595da3a72 100644
--- a/indra/llmath/xform.h
+++ b/indra/llmath/xform.h
@@ -38,7 +38,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;
+const F32 DEFAULT_MAX_PRIM_SCALE = 64.f;
const F32 MIN_PRIM_SCALE = 0.01f;
const F32 MAX_PRIM_SCALE = 65536.f; // something very high but not near FLT_MAX