aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmath/xform.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-09-18 08:52:24 -0700
committerMcCabe Maxsted2009-09-18 08:52:24 -0700
commit4cdef469977e8907b06e1fafb4d7c54a6eff93f9 (patch)
tree0e51a35185676db5d5260a7bc5060f5cc68dc6a9 /linden/indra/llmath/xform.h
parentMerge branch '1.2.0-streaminfo' into 1.2.0-next (diff)
downloadmeta-impy-4cdef469977e8907b06e1fafb4d7c54a6eff93f9.zip
meta-impy-4cdef469977e8907b06e1fafb4d7c54a6eff93f9.tar.gz
meta-impy-4cdef469977e8907b06e1fafb4d7c54a6eff93f9.tar.bz2
meta-impy-4cdef469977e8907b06e1fafb4d7c54a6eff93f9.tar.xz
Dynamically change max prim size depending upon LL/OpenSim grid (added setting for opensim detection: LoggedIntoOpenSim). OpenSim max is 128m
Diffstat (limited to 'linden/indra/llmath/xform.h')
-rw-r--r--linden/indra/llmath/xform.h2
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
38const F32 MAX_OBJECT_Z = 4096.f; // should match REGION_HEIGHT_METERS, Pre-havok4: 768.f 38const F32 MAX_OBJECT_Z = 4096.f; // should match REGION_HEIGHT_METERS, Pre-havok4: 768.f
39const F32 MIN_OBJECT_Z = -256.f; 39const F32 MIN_OBJECT_Z = -256.f;
40const F32 DEFAULT_MAX_PRIM_SCALE = 10.f; 40//const F32 DEFAULT_MAX_PRIM_SCALE = 10.f; set in llmanipscale.cpp now
41const F32 MIN_PRIM_SCALE = 0.01f; 41const F32 MIN_PRIM_SCALE = 0.01f;
42const F32 MAX_PRIM_SCALE = 65536.f; // something very high but not near FLT_MAX 42const F32 MAX_PRIM_SCALE = 65536.f; // something very high but not near FLT_MAX
43 43