From efebf5f91f4a9d787ec15b6fb99363ecbfa5e0ff Mon Sep 17 00:00:00 2001 From: Siana Gearz Date: Thu, 17 Feb 2011 04:10:26 +0100 Subject: [PATCH] Megaprim support (braindead) --- indra/llmath/xform.h | 2 +- indra/newview/skins/default/xui/en-us/floater_tools.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/indra/llmath/xform.h b/indra/llmath/xform.h index d3be28f41..072a73147 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 = 256.f; const F32 MIN_PRIM_SCALE = 0.01f; const F32 MAX_PRIM_SCALE = 65536.f; // something very high but not near FLT_MAX diff --git a/indra/newview/skins/default/xui/en-us/floater_tools.xml b/indra/newview/skins/default/xui/en-us/floater_tools.xml index 5f910d6b2..43dabdebb 100644 --- a/indra/newview/skins/default/xui/en-us/floater_tools.xml +++ b/indra/newview/skins/default/xui/en-us/floater_tools.xml @@ -653,15 +653,15 @@