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 1010using System . Threading ;
1111using System . Windows ;
1212
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-
1513namespace PointCloudConverter
1614{
1715 public partial class MainWindow : Window
@@ -82,7 +80,6 @@ private void Main()
8280 }
8381
8482 // main processing loop
85- //private static void ProcessAllFiles(ImportSettings importSettings)
8683 private static void ProcessAllFiles ( System . Object importSettingsObject )
8784 {
8885 var importSettings = ( ImportSettings ) importSettingsObject ;
You can’t perform that action at this time.
0 commit comments