RotLookAt repaired; debug msg cleanup.

This commit is contained in:
Kitto Flora
2010-03-14 16:22:13 -04:00
parent 1379ae4310
commit 8198062610
4 changed files with 159 additions and 452 deletions

View File

@@ -1955,7 +1955,7 @@ namespace OpenSim.Region.Framework.Scenes
else
{
if (rootpart.PhysActor != null)
{
{ // APID must be implemented in your physics system for this to function.
rootpart.PhysActor.APIDTarget = new Quaternion(target.X, target.Y, target.Z, target.W);
rootpart.PhysActor.APIDStrength = strength;
rootpart.PhysActor.APIDDamping = damping;
@@ -1971,7 +1971,7 @@ namespace OpenSim.Region.Framework.Scenes
if (rootpart != null)
{
if (rootpart.PhysActor != null)
{
{ // APID must be implemented in your physics system for this to function.
rootpart.PhysActor.APIDActive = false;
}
}