File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 10
10
using System . Threading ;
11
11
using System . Windows ;
12
12
13
- // PointCloudConverter.exe -input="D:\Unity\PRODUCTS\GIT\PointCloudViewerPro\Assets\GITIGNORE\LAS\batch/" -randomize=true -gridsize=250 -flip:true -minpoints=5000 -version:3 -offset=true -exportformat=pcroot -output="D:/Unity/PRODUCTS/GIT/PointCloudViewerPro/Assets/StreamingAssets/form/x.pcroot"
14
-
15
13
namespace PointCloudConverter
16
14
{
17
15
public partial class MainWindow : Window
@@ -82,7 +80,6 @@ private void Main()
82
80
}
83
81
84
82
// main processing loop
85
- //private static void ProcessAllFiles(ImportSettings importSettings)
86
83
private static void ProcessAllFiles ( System . Object importSettingsObject )
87
84
{
88
85
var importSettings = ( ImportSettings ) importSettingsObject ;
You can’t perform that action at this time.
0 commit comments