https://github.com/unitycoder/pointcloudconverter
PointCloud converter (commandline and GUI) for Point Cloud Viewer & Tools (Unity plugin)
https://github.com/unitycoder/pointcloudconverter
Last synced: 10 months ago
JSON representation
PointCloud converter (commandline and GUI) for Point Cloud Viewer & Tools (Unity plugin)
- Host: GitHub
- URL: https://github.com/unitycoder/pointcloudconverter
- Owner: unitycoder
- License: lgpl-2.1
- Created: 2020-09-16T11:50:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-11T14:11:36.000Z (10 months ago)
- Last Synced: 2025-03-16T01:41:20.595Z (10 months ago)
- Language: C#
- Size: 725 KB
- Stars: 24
- Watchers: 5
- Forks: 5
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PointCloudConverter
This is pointCloud converter (commandline and GUI) for [Point Cloud Viewer & Tools 3 (Unity plugin)](https://assetstore.unity.com/packages/tools/utilities/point-cloud-viewer-and-tools-3-310385?aid=1101lGti)
### Documentation
- Check [Wiki](https://github.com/unitycoder/PointCloudConverter/wiki)
### Download prebuild exe
- From Releases https://github.com/unitycoder/PointCloudConverter/releases
### Arguments
- https://github.com/unitycoder/PointCloudConverter/wiki/Commandline-Arguments
### Import Formats
- LAZ/LAS
- (more to be added)
### Export Formats
- UCPC (V2) for https://github.com/unitycoder/UnityPointCloudViewer
- PCROOT (V3) for https://github.com/unitycoder/UnityPointCloudViewer
- Paid plugin: GLTF (GLB) output https://las2gltf.kelobyte.fi/
### Requirements
- Windows 10 or later
- Visual Studio 2017 or later
- To view converted Point Clouds inside Unity, this viewer is required: from Unity Asset Store: https://github.com/unitycoder/UnityPointCloudViewer
### Pull Request
This standalone converter is open-source, so you can create your own Forks and versions.
Pull requests to improve this converter are welcome! (please create Issue first, so i/users can comment on it)
### Images

### Building
- Open project in VS2019 or later
- Press F5 to build
- Executable is created in the /bin/ folder (you can launch it from command prompt, or from Explorer to use GUI)
### Notes
- 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)