Merge branch 'master' into careminster

Conflicts:
	OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
	OpenSim/Region/Physics/BulletSNPlugin/BSShapeCollection.cs
This commit is contained in:
Melanie
2013-01-23 02:38:59 +00:00
50 changed files with 1335 additions and 12560 deletions

View File

@@ -2470,18 +2470,6 @@ namespace OpenSim.Region.Framework.Scenes
return new Vector3(0, 0, 0);
return ParentGroup.GetGeometricCenter();
/*
PhysicsActor pa = PhysActor;
if (pa != null)
{
Vector3 vtmp = pa.CenterOfMass;
return vtmp;
}
else
return new Vector3(0, 0, 0);
*/
}
public float GetMass()