diff options
author | opensim | 2009-09-30 18:51:02 +0200 |
---|---|---|
committer | opensim | 2009-09-30 18:51:02 +0200 |
commit | 827b0fb1993c6f9b1289931a1ac38ff2b810952c (patch) | |
tree | 3c5e7b7fe5b21fdf159d64f1264a9d41ceac7b69 /OpenSim/Region/Framework/Scenes/Scene.cs | |
parent | Finish the (untested) authentication connector (diff) | |
download | opensim-SC-827b0fb1993c6f9b1289931a1ac38ff2b810952c.zip opensim-SC-827b0fb1993c6f9b1289931a1ac38ff2b810952c.tar.gz opensim-SC-827b0fb1993c6f9b1289931a1ac38ff2b810952c.tar.bz2 opensim-SC-827b0fb1993c6f9b1289931a1ac38ff2b810952c.tar.xz |
Commit initial version of KittoFlora's vehicle changes
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index d8478a2..db107a9 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -2810,7 +2810,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
2810 | // SceneObjectGroup obj = m_sceneGraph.DuplicateObject(localID, pos, target.GetEffectiveObjectFlags(), AgentID, GroupID, worldRot); | 2810 | // SceneObjectGroup obj = m_sceneGraph.DuplicateObject(localID, pos, target.GetEffectiveObjectFlags(), AgentID, GroupID, worldRot); |
2811 | m_sceneGraph.DuplicateObject(localID, pos, target.GetEffectiveObjectFlags(), AgentID, GroupID, worldRot); | 2811 | m_sceneGraph.DuplicateObject(localID, pos, target.GetEffectiveObjectFlags(), AgentID, GroupID, worldRot); |
2812 | //obj.Rotation = worldRot; | 2812 | //obj.Rotation = worldRot; |
2813 | //obj.UpdateGroupRotation(worldRot); | 2813 | //obj.UpdateGroupRotationR(worldRot); |
2814 | } | 2814 | } |
2815 | else | 2815 | else |
2816 | { | 2816 | { |
@@ -4504,7 +4504,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
4504 | Quaternion q = trackedBody.RotationOffset * joint.LocalRotation; | 4504 | Quaternion q = trackedBody.RotationOffset * joint.LocalRotation; |
4505 | 4505 | ||
4506 | jointProxyObject.ParentGroup.UpdateGroupPosition(proxyPos); // schedules the entire group for a terse update | 4506 | jointProxyObject.ParentGroup.UpdateGroupPosition(proxyPos); // schedules the entire group for a terse update |
4507 | jointProxyObject.ParentGroup.UpdateGroupRotation(q); // schedules the entire group for a terse update | 4507 | jointProxyObject.ParentGroup.UpdateGroupRotationR(q); // schedules the entire group for a terse update |
4508 | } | 4508 | } |
4509 | break; | 4509 | break; |
4510 | } | 4510 | } |