summaryrefslogtreecommitdiff
path: root/indra/newview/llpolymesh.cpp
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2011-03-30 22:16:35 -0400
committerLoren Shih <seraph@lindenlab.com>2011-03-30 22:16:35 -0400
commit27f8b19040231c3cfb637d31c0a8a1de8b061e8c (patch)
treea49d2aa3ad8667f1a0db97348a7191777228aa7d /indra/newview/llpolymesh.cpp
parent3c6e91e16d1de25f7a4cfe168ee7e3cb2f037cd8 (diff)
Increased butt physics range.
Added more logic to not center camera during edit physics mode.
Diffstat (limited to 'indra/newview/llpolymesh.cpp')
-rw-r--r--indra/newview/llpolymesh.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpolymesh.cpp b/indra/newview/llpolymesh.cpp
index e736690da5..6d6fb2fa0e 100644
--- a/indra/newview/llpolymesh.cpp
+++ b/indra/newview/llpolymesh.cpp
@@ -631,13 +631,13 @@ BOOL LLPolyMeshSharedData::loadMesh( const std::string& fileName )
if (!strcmp(morphName, "Small_Butt"))
{
mMorphData.insert(clone_morph_param(morph_data,
- LLVector3(0,0,0.01f),
+ LLVector3(0,0,0.015f),
"Butt_Physics_UpDown_Driven"));
}
if (!strcmp(morphName, "Small_Butt"))
{
mMorphData.insert(clone_morph_param(morph_data,
- LLVector3(0,0.01f,0),
+ LLVector3(0,0.015f,0),
"Butt_Physics_LeftRight_Driven"));
}
}