aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-09-01 02:18:31 +0100
committerJustin Clark-Casey (justincc)2011-09-01 02:18:31 +0100
commitc491cdcb952ba50b84a2ba710bb3771421cc61f2 (patch)
tree7ade67a8245018356d7306054d65660e588e8903 /OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
parentEliminate pointless checks of SOG.RootPart != null (diff)
downloadopensim-SC_OLD-c491cdcb952ba50b84a2ba710bb3771421cc61f2.zip
opensim-SC_OLD-c491cdcb952ba50b84a2ba710bb3771421cc61f2.tar.gz
opensim-SC_OLD-c491cdcb952ba50b84a2ba710bb3771421cc61f2.tar.bz2
opensim-SC_OLD-c491cdcb952ba50b84a2ba710bb3771421cc61f2.tar.xz
refactor: use SOG register target waypoints and rots directly instead of calling through the SOP, which doesn't make conceptual sense anyway.
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPart.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectPart.cs20
1 files changed, 0 insertions, 20 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
index 68b24cd..a8f2ebd 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
@@ -4766,26 +4766,6 @@ namespace OpenSim.Region.Framework.Scenes
4766 } 4766 }
4767 } 4767 }
4768 4768
4769 public int registerTargetWaypoint(Vector3 target, float tolerance)
4770 {
4771 return m_parentGroup.registerTargetWaypoint(target, tolerance);
4772 }
4773
4774 public void unregisterTargetWaypoint(int handle)
4775 {
4776 m_parentGroup.unregisterTargetWaypoint(handle);
4777 }
4778
4779 public int registerRotTargetWaypoint(Quaternion target, float tolerance)
4780 {
4781 return m_parentGroup.registerRotTargetWaypoint(target, tolerance);
4782 }
4783
4784 public void unregisterRotTargetWaypoint(int handle)
4785 {
4786 m_parentGroup.unregisterRotTargetWaypoint(handle);
4787 }
4788
4789 public void SetCameraAtOffset(Vector3 v) 4769 public void SetCameraAtOffset(Vector3 v)
4790 { 4770 {
4791 m_cameraAtOffset = v; 4771 m_cameraAtOffset = v;