diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-08-31 14:42:09 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-08-31 14:42:09 -0400 |
commit | c859923cf63fc66d4f73b04ec57d56a2e4fe6955 (patch) | |
tree | 0145a1a02eebf048f7102d7aca84879a36f5678c /indra/newview/llbreastmotion.h | |
parent | 93404eca1a447f9412eb8ae2d5c4149ff9436dc7 (diff) |
Physics no longer perform for avatars that are smaller than some certain screenspace metric.
Physics no longer removed when outfits changed.
Diffstat (limited to 'indra/newview/llbreastmotion.h')
-rw-r--r-- | indra/newview/llbreastmotion.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llbreastmotion.h b/indra/newview/llbreastmotion.h index 6a2e3788ad..da71962453 100644 --- a/indra/newview/llbreastmotion.h +++ b/indra/newview/llbreastmotion.h @@ -39,7 +39,6 @@ #include "llmotion.h" #include "llframetimer.h" -#define MIN_REQUIRED_PIXEL_AREA_BREAST_MOTION 500.f; #define BREAST_MOTION_FADEIN_TIME 1.0f #define BREAST_MOTION_FADEOUT_TIME 1.0f @@ -85,7 +84,7 @@ public: virtual F32 getEaseOutDuration() { return BREAST_MOTION_FADEOUT_TIME; } // called to determine when a motion should be activated/deactivated based on avatar pixel coverage - virtual F32 getMinPixelArea() { return MIN_REQUIRED_PIXEL_AREA_BREAST_MOTION; } + virtual F32 getMinPixelArea(); // motions must report their priority virtual LLJoint::JointPriority getPriority() { return LLJoint::MEDIUM_PRIORITY; } |