You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-12
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,15 @@
1
1
# PointCloudConverter
2
-
PointCloud converter (commandline and GUI) for [Point Cloud Viewer & Tools (Unity plugin)](https://assetstore.unity.com/packages/tools/utilities/point-cloud-viewer-and-tools-16019?aid=1101lGti)
2
+
This is pointCloud converter (commandline and GUI) for [Point Cloud Viewer & Tools (Unity plugin)](https://assetstore.unity.com/packages/tools/utilities/point-cloud-viewer-and-tools-16019?aid=1101lGti)
3
+
4
+
### Documentation
5
+
- Check Wiki
3
6
4
7
### Download prebuild exe
5
8
- From Releases https://github.com/unitycoder/PointCloudConverter/releases
- Executable is created in the /bin/ folder (you can launch it from command prompt, or from Explorer to use GUI)
14
-
15
-
### Notes
16
-
- See Project/PointCloudConverter Properties.. > Build Events / Post build: Small robocopy script is used to move output files into lib/ folder (so that executable is alone in the root folder)
17
-
18
13
### Import Formats
19
14
- LAZ/LAS
20
15
- (more to be added)
@@ -35,7 +30,10 @@ Pull requests to improve this converter are welcome! (please create Issue first,
- Executable is created in the /bin/ folder (you can launch it from command prompt, or from Explorer to use GUI)
38
37
39
-
40
-
41
-
38
+
### Notes
39
+
- See Project/PointCloudConverter Properties.. > Build Events / Post build: Small robocopy script is used to move output files into lib/ folder (so that executable is alone in the root folder)
0 commit comments