diff options
author | Armin Weatherwax | 2010-06-11 15:35:25 +0200 |
---|---|---|
committer | Jacek Antonelli | 2010-06-19 02:43:37 -0500 |
commit | 7a4e0dac05be885df1a060b3c75d66cd0b2bd011 (patch) | |
tree | bbc5e42db8ccb7ac8282f9b401601df41ca33ec5 /linden/indra/llmath/xform.h | |
parent | fix: Bug #269 clicking Quit Button crashes viewer. (diff) | |
download | meta-impy-7a4e0dac05be885df1a060b3c75d66cd0b2bd011.zip meta-impy-7a4e0dac05be885df1a060b3c75d66cd0b2bd011.tar.gz meta-impy-7a4e0dac05be885df1a060b3c75d66cd0b2bd011.tar.bz2 meta-impy-7a4e0dac05be885df1a060b3c75d66cd0b2bd011.tar.xz |
cleanup: comment out some constants that are replaced by HippoLimits
Diffstat (limited to 'linden/indra/llmath/xform.h')
-rw-r--r-- | linden/indra/llmath/xform.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/linden/indra/llmath/xform.h b/linden/indra/llmath/xform.h index 1e1df46..8afd18a 100644 --- a/linden/indra/llmath/xform.h +++ b/linden/indra/llmath/xform.h | |||
@@ -36,12 +36,15 @@ | |||
36 | #include "m4math.h" | 36 | #include "m4math.h" |
37 | #include "llquaternion.h" | 37 | #include "llquaternion.h" |
38 | 38 | ||
39 | //const F32 MIN_OBJECT_Z = -256.f; //not used | ||
40 | |||
41 | /* | ||
42 | //all these are set by HippoLimits now: | ||
39 | const F32 MAX_OBJECT_Z = 4096.f; // should match REGION_HEIGHT_METERS, Pre-havok4: 768.f | 43 | const F32 MAX_OBJECT_Z = 4096.f; // should match REGION_HEIGHT_METERS, Pre-havok4: 768.f |
40 | const F32 MIN_OBJECT_Z = -256.f; | 44 | const F32 DEFAULT_MAX_PRIM_SCALE = 10.f; |
41 | //const F32 DEFAULT_MAX_PRIM_SCALE = 10.f; set via the Hippo Grid manager now | 45 | const F32 MIN_PRIM_SCALE = 0.01f; |
42 | //const F32 MIN_PRIM_SCALE = 0.01f; set via the Hippo Grid manager now | ||
43 | const F32 MAX_PRIM_SCALE = 65536.f; // something very high but not near FLT_MAX | 46 | const F32 MAX_PRIM_SCALE = 65536.f; // something very high but not near FLT_MAX |
44 | 47 | */ | |
45 | 48 | ||
46 | class LLXform | 49 | class LLXform |
47 | { | 50 | { |