diff options
author | Loren Shih <seraph@lindenlab.com> | 2011-03-18 10:16:03 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2011-03-18 10:16:03 -0400 |
commit | c754a7c0000d6f1defd58d7e8b4587d46ee1defe (patch) | |
tree | 524c99ea61a4473305dc682443fb4f56ff9f4f5f /indra/newview/llphysicsmotion.cpp | |
parent | 3825ee503ddab29cf408ae35f5a43bcc154353f2 (diff) |
Enabling for belly vertical motion.
Diffstat (limited to 'indra/newview/llphysicsmotion.cpp')
-rw-r--r-- | indra/newview/llphysicsmotion.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llphysicsmotion.cpp b/indra/newview/llphysicsmotion.cpp index 9043894009..5de1f7e145 100644 --- a/indra/newview/llphysicsmotion.cpp +++ b/indra/newview/llphysicsmotion.cpp @@ -263,10 +263,10 @@ LLMotion::LLMotionInitStatus LLPhysicsMotionController::onInitialize(LLCharacter controllers_belly_bounce["Gain"] = "Breast_Physics_UpDown_Gain";
LLPhysicsMotion *belly_bounce_motion = new LLPhysicsMotion("Big_Belly_Torso",
- "Belly Size",
+ "Belly_Gravity",
"mChest",
character,
- LLVector3(-0.005f,0,0),
+ LLVector3(0,0,.25f),
controllers_belly_bounce);
if (!belly_bounce_motion->initialize())
return STATUS_FAILURE;
|