From 45639aa0d1889a6cbd9223e987740d25d96ed8fd Mon Sep 17 00:00:00 2001 From: Loren Shih Date: Tue, 31 Aug 2010 18:19:42 -0400 Subject: Removed min pixel area for debugging performance. --- indra/newview/llbreastmotion.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/llbreastmotion.cpp b/indra/newview/llbreastmotion.cpp index 57dc169ff3..7c205a8b9f 100644 --- a/indra/newview/llbreastmotion.cpp +++ b/indra/newview/llbreastmotion.cpp @@ -45,7 +45,7 @@ #include "llviewervisualparam.h" #include "llvoavatarself.h" -#define MIN_REQUIRED_PIXEL_AREA_BREAST_MOTION 1000.f; +#define MIN_REQUIRED_PIXEL_AREA_BREAST_MOTION 0.f; #define N_PARAMS 2 @@ -370,7 +370,7 @@ BOOL LLBreastMotion::onUpdate(F32 time, U8* joint_mask) const BOOL is_self = (dynamic_cast(this) != NULL); if (!is_self) { - const F32 area_for_max_settings = 200.0; + const F32 area_for_max_settings = 0.0; const F32 area_for_min_settings = 1400.0; const F32 area_for_this_setting = area_for_max_settings + (area_for_min_settings-area_for_max_settings)*(1.0-lod_factor); -- cgit v1.2.3