This commit is contained in:
xyy
2026-05-26 14:58:15 +08:00
parent cb94afb55b
commit 7e382a786d

View File

@@ -465,7 +465,8 @@ namespace 头罩视野.Views
// 边界角度(用于面积积分)和下方视野都使用亮灯比例 * 90°
double boundaryDeg = (double)bottomLampCount / 81 * 90.0;
double bottom = boundaryDeg; // 下方视野与边界角度一致,但最大值取所有角度中的最大
bottom = boundaryDeg * 1.111; // 放大10%
if (bottom > 90) bottom = 90;
System.Diagnostics.Debug.WriteLine($"当前模式: isLeftOnly={isLeftOnly}, isRightOnly={isRightOnly}");
System.Diagnostics.Debug.WriteLine($"下爪亮灯数: {bottomLampCount}/81, 边界角度: {boundaryDeg:F2}°");