Skip to content

Commit 2af4137

Browse files
authored
Update README.md
1 parent 5108d47 commit 2af4137

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

+10-12
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
# 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
36

47
### Download prebuild exe
58
- From Releases https://github.com/unitycoder/PointCloudConverter/releases
69

710
### Arguments
811
- https://github.com/unitycoder/PointCloudConverter/wiki/Commandline-Arguments
912

10-
### Building
11-
- Open project in VS2019 or later
12-
- Press F5 to build
13-
- 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-
1813
### Import Formats
1914
- LAZ/LAS
2015
- (more to be added)
@@ -35,7 +30,10 @@ Pull requests to improve this converter are welcome! (please create Issue first,
3530
### Images
3631
![image](https://github.com/unitycoder/PointCloudConverter/assets/5438317/da7fb1ce-c4bb-49f5-930d-1c388ca1671b)
3732

33+
### Building
34+
- Open project in VS2019 or later
35+
- Press F5 to build
36+
- Executable is created in the /bin/ folder (you can launch it from command prompt, or from Explorer to use GUI)
3837

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

Comments
 (0)