# 对专机2部6轴平台支持,修改HexalMC

This commit is contained in:
zhengxuan.zhang
2025-03-29 16:20:59 +08:00
parent 9f3ee84467
commit 6ad8cfcd14
37 changed files with 8287 additions and 8278 deletions
+3 -5
View File
@@ -1,9 +1,9 @@
using System;
using SharpGL;
using SharpGL.SceneGraph;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Windows.Forms;
using SharpGL;
using SharpGL.SceneGraph;
using Telerik.WinControls.UI;
namespace HexcalMC.Base
@@ -22,7 +22,6 @@ namespace HexcalMC.Base
Dock = DockStyle.Fill
};
Controls.Add(openGLControl);
openGLControl.OpenGLInitialized += OpenGLControl_OpenGLInitialized;
@@ -31,7 +30,6 @@ namespace HexcalMC.Base
pointCloud = new List<Point3D>();
}
public void SetPointCloud(List<Point3D> points)
{
pointCloud = points;