# 对专机2部6轴平台支持,修改HexalMC
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user