An open API service indexing awesome lists of open source software.

https://github.com/unitycoder/pointcloudconverter

PointCloud converter (commandline and GUI) for Point Cloud Viewer & Tools (Unity plugin)
https://github.com/unitycoder/pointcloudconverter

Last synced: 3 months ago
JSON representation

PointCloud converter (commandline and GUI) for Point Cloud Viewer & Tools (Unity plugin)

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
![image](https://github.com/unitycoder/PointCloudConverter/assets/5438317/da7fb1ce-c4bb-49f5-930d-1c388ca1671b)

### 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)