diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-01-31 18:04:01 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-01-31 18:04:01 -0500 |
commit | b2b4370e34bf752eea60ff954ff85375f07d27d0 (patch) | |
tree | b1f26719897fc706ee0a2706cd62193ca8658bdd /indra/llmath | |
parent | 7205ad6d53224d5ade142c579d1c38b49f3d9885 (diff) | |
parent | 09bfb95976b28b9d1f8d3cc0959381fcba389a4e (diff) |
merge
Diffstat (limited to 'indra/llmath')
-rw-r--r-- | indra/llmath/xform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/xform.h b/indra/llmath/xform.h index 7a9f0f62cf..1b50749b3e 100644 --- a/indra/llmath/xform.h +++ b/indra/llmath/xform.h @@ -33,10 +33,10 @@ 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 = 64.f; +const F32 DEFAULT_MAX_PRIM_SCALE_NO_MESH = 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 { protected: |