Skip to content

Commit b840d21

Browse files
committed
save
1 parent e477c18 commit b840d21

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

MainWindow.xaml.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
using System.Threading;
1111
using 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-
1513
namespace 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;

0 commit comments

Comments
 (0)