tiaosheng

This commit is contained in:
tanglong 2025-10-14 20:24:53 +08:00
parent 69453a1baa
commit 2865ece26e

View File

@ -358,7 +358,6 @@ namespace Wpf_AiSportsMicrospace.Views
double y = pos.YNorm * imgHeight; double y = pos.YNorm * imgHeight;
// 绘制发光圆 // 绘制发光圆
//AddGlowEllipse(x, y, overlayCanvas);
var userItem = AddUserItem(x, y, i); var userItem = AddUserItem(x, y, i);
// 绑定运动对象 // 绑定运动对象
var sport = SportBase.Create("rope-skipping"); var sport = SportBase.Create("rope-skipping");