From 44a42efa4b9e3263226e469f361a798b3b12ed8a Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 4 Oct 2014 08:46:46 +0100 Subject: try to help steps climb a bit compensating the bounce reduction --- OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim/Region') diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs index 992fae7..f94e70b 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs @@ -946,6 +946,8 @@ namespace OpenSim.Region.Physics.OdePlugin altContact = contact; useAltcontact = true; + offset.Z -= 0.2f; + offset.Normalize(); if (contact.depth > 0.1f) -- cgit v1.1