Kaynağa Gözat

陀螺仪白噪声

yichael 4 yıl önce
ebeveyn
işleme
62d3bb0374
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Assets/BowArrow/Scripts/Bluetooth/o09Axis.cs

+ 1 - 1
Assets/BowArrow/Scripts/Bluetooth/o09Axis.cs

@@ -648,7 +648,7 @@ public class o0GyrCalibrater
         if (Calibration)
             _Average += (v - _Average) / ++Count;
         v -= _Average;
-        if (v.magnitude < 0.0002)
+        if (v.magnitude < 0.0003)
             return Vector3.zero;
         return v;
     }