mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
bug fixs, added a default physics shape estimator based on being a mesh or not and use it on unlink if new root part as type none. Viewer doesn't get updated even with fullupdates we are missing something still
This commit is contained in:
@@ -7029,7 +7029,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
physdata.Bounce = phsblock.Restitution;
|
||||
physdata.Density = phsblock.Density;
|
||||
physdata.Friction = phsblock.Friction;
|
||||
physdata.GravitationModifier = phsblock.GravityMultiplier;
|
||||
}
|
||||
|
||||
handlerUpdatePrimFlags(flags.AgentData.ObjectLocalID, UsePhysics, IsTemporary, IsPhantom, physdata, this);
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user