diff options
author | ubit | 2012-12-17 23:11:53 +0100 |
---|---|---|
committer | ubit | 2012-12-17 23:11:53 +0100 |
commit | e33b350ffe71485a8251481e752bf948738033fd (patch) | |
tree | 3ade97523a758376dc6dead3f00b1a4065c1eb87 /OpenSim/Region/Physics/UbitOdePlugin | |
parent | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff) | |
parent | some clean up/fix (diff) | |
download | opensim-SC-e33b350ffe71485a8251481e752bf948738033fd.zip opensim-SC-e33b350ffe71485a8251481e752bf948738033fd.tar.gz opensim-SC-e33b350ffe71485a8251481e752bf948738033fd.tar.bz2 opensim-SC-e33b350ffe71485a8251481e752bf948738033fd.tar.xz |
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to 'OpenSim/Region/Physics/UbitOdePlugin')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/ODESitAvatar.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODESitAvatar.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODESitAvatar.cs index 225bff8..c1a0ca9 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODESitAvatar.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODESitAvatar.cs | |||
@@ -93,7 +93,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
93 | rayDir.Y *= t; | 93 | rayDir.Y *= t; |
94 | rayDir.Z *= t; | 94 | rayDir.Z *= t; |
95 | 95 | ||
96 | raylen += 0.5f; | 96 | raylen += 30f; // focal point may be far |
97 | List<ContactResult> rayResults; | 97 | List<ContactResult> rayResults; |
98 | 98 | ||
99 | rayResults = m_scene.RaycastActor(actor, avCameraPosition, rayDir , raylen, 1); | 99 | rayResults = m_scene.RaycastActor(actor, avCameraPosition, rayDir , raylen, 1); |