diff options
Diffstat (limited to 'linden/indra/llmath/xform.h')
-rw-r--r-- | linden/indra/llmath/xform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmath/xform.h b/linden/indra/llmath/xform.h index 6f880cb..b41219c 100644 --- a/linden/indra/llmath/xform.h +++ b/linden/indra/llmath/xform.h | |||
@@ -37,7 +37,7 @@ | |||
37 | 37 | ||
38 | const F32 MAX_OBJECT_Z = 4096.f; // should match REGION_HEIGHT_METERS, Pre-havok4: 768.f | 38 | const F32 MAX_OBJECT_Z = 4096.f; // should match REGION_HEIGHT_METERS, Pre-havok4: 768.f |
39 | const F32 MIN_OBJECT_Z = -256.f; | 39 | const F32 MIN_OBJECT_Z = -256.f; |
40 | const F32 DEFAULT_MAX_PRIM_SCALE = 10.f; | 40 | //const F32 DEFAULT_MAX_PRIM_SCALE = 10.f; set in llmanipscale.cpp now |
41 | const F32 MIN_PRIM_SCALE = 0.01f; | 41 | const F32 MIN_PRIM_SCALE = 0.01f; |
42 | const F32 MAX_PRIM_SCALE = 65536.f; // something very high but not near FLT_MAX | 42 | const F32 MAX_PRIM_SCALE = 65536.f; // something very high but not near FLT_MAX |
43 | 43 | ||