aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorubit2012-10-09 23:58:15 +0200
committerubit2012-10-09 23:58:15 +0200
commit3f26cf9b6267138ac275d33ed2db1be83dfdf44f (patch)
tree10d199046e8414f5ef213adec8a9cf0bd8b30922
parentMerge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff)
parentdebug... (diff)
downloadopensim-SC_OLD-3f26cf9b6267138ac275d33ed2db1be83dfdf44f.zip
opensim-SC_OLD-3f26cf9b6267138ac275d33ed2db1be83dfdf44f.tar.gz
opensim-SC_OLD-3f26cf9b6267138ac275d33ed2db1be83dfdf44f.tar.bz2
opensim-SC_OLD-3f26cf9b6267138ac275d33ed2db1be83dfdf44f.tar.xz
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
-rw-r--r--OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs
index d993f22..0189e42 100644
--- a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs
+++ b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs
@@ -641,6 +641,11 @@ namespace OpenSim.Region.Physics.OdePlugin
641 { 641 {
642 fakeori = value; 642 fakeori = value;
643 givefakeori++; 643 givefakeori++;
644// Debug
645 float qlen = value.Length();
646 if (value.Length() > 1.01f || qlen <0.99)
647 m_log.WarnFormat("[PHYSICS]: Got nonnorm quaternion Orientation from Scene in Object {0} norm {}", Name, qlen);
648//
644 AddChange(changes.Orientation, value); 649 AddChange(changes.Orientation, value);
645 } 650 }
646 else 651 else