mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
remove check of other prim top height on steps climb code
This commit is contained in:
@@ -909,12 +909,13 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
/*
|
||||
d.AABB aabb;
|
||||
d.GeomGetAABB(other,out aabb);
|
||||
float othertop = aabb.MaxZ - _position.Z;
|
||||
|
||||
if (offset.Z > 0 || othertop > -feetOff || contact.normal.Z > 0.35f)
|
||||
*/
|
||||
// if (offset.Z > 0 || othertop > -feetOff || contact.normal.Z > 0.35f)
|
||||
if (offset.Z > 0 || contact.normal.Z > 0.35f)
|
||||
{
|
||||
if (offset.Z <= 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user