aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/ubOde/ODERayCastRequestManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/PhysicsModules/ubOde/ODERayCastRequestManager.cs')
-rw-r--r--OpenSim/Region/PhysicsModules/ubOde/ODERayCastRequestManager.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Region/PhysicsModules/ubOde/ODERayCastRequestManager.cs b/OpenSim/Region/PhysicsModules/ubOde/ODERayCastRequestManager.cs
index adefd5e..f671722 100644
--- a/OpenSim/Region/PhysicsModules/ubOde/ODERayCastRequestManager.cs
+++ b/OpenSim/Region/PhysicsModules/ubOde/ODERayCastRequestManager.cs
@@ -139,7 +139,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
139 continue; 139 continue;
140 } 140 }
141 } 141 }
142 142
143 CurrentRayFilter = req.filter; 143 CurrentRayFilter = req.filter;
144 CurrentMaxCount = req.Count; 144 CurrentMaxCount = req.Count;
145 145
@@ -279,7 +279,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
279 /// Method that actually initiates the raycast with spaces 279 /// Method that actually initiates the raycast with spaces
280 /// </summary> 280 /// </summary>
281 /// <param name="req"></param> 281 /// <param name="req"></param>
282 /// 282 ///
283 283
284 private void NoContacts(ODERayRequest req) 284 private void NoContacts(ODERayRequest req)
285 { 285 {
@@ -488,7 +488,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
488 newcontactgeom = (d.ContactGeom)Marshal.PtrToStructure(contactptr, typeof(d.ContactGeom)); 488 newcontactgeom = (d.ContactGeom)Marshal.PtrToStructure(contactptr, typeof(d.ContactGeom));
489 return true; 489 return true;
490 } 490 }
491 491
492 // This is the standard Near. g1 is the ray 492 // This is the standard Near. g1 is the ray
493 private void near(IntPtr space, IntPtr g1, IntPtr g2) 493 private void near(IntPtr space, IntPtr g1, IntPtr g2)
494 { 494 {
@@ -530,7 +530,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
530 uint col1 = d.GeomGetCollideBits(g1); 530 uint col1 = d.GeomGetCollideBits(g1);
531 uint col2 = d.GeomGetCollideBits(g2); 531 uint col2 = d.GeomGetCollideBits(g2);
532*/ 532*/
533 533
534 uint ID = 0; 534 uint ID = 0;
535 PhysicsActor p2 = null; 535 PhysicsActor p2 = null;
536 536
@@ -671,7 +671,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
671 { 671 {
672 d.GeomDestroy(Plane); 672 d.GeomDestroy(Plane);
673 Plane = IntPtr.Zero; 673 Plane = IntPtr.Zero;
674 } 674 }
675 } 675 }
676 } 676 }
677 677