* Announcing the alternative prim early adoption program.. Adding regular spheres to the physical prim mix.

* Be advised..   these are not ellipsoids..  these are spheres.
This commit is contained in:
Teravus Ovares
2008-01-19 22:51:16 +00:00
parent cc635a651a
commit 4f9c7288cd
2 changed files with 90 additions and 5 deletions

View File

@@ -338,7 +338,7 @@ namespace OpenSim.Region.Physics.OdePlugin
{
//This is disabled at the moment only because it needs more tweaking
//It will eventually be uncommented
/*
if (contacts[i].depth >= 1.00f)
{
//MainLog.Instance.Debug("PHYSICS",contacts[i].depth.ToString());
@@ -381,7 +381,7 @@ namespace OpenSim.Region.Physics.OdePlugin
//contacts[i].depth = 0.0000000f;
}
}
*/
// If you interpenetrate a prim with another prim
if (p1.PhysicsActorType == (int) ActorTypes.Prim && p2.PhysicsActorType == (int) ActorTypes.Prim)