This is pointCloud converter (commandline and GUI) for Point Cloud Viewer & Tools (Unity plugin)
- Check Wiki
- LAZ/LAS
- (more to be added)
- UCPC (V2) for https://github.com/unitycoder/UnityPointCloudViewer
- PCROOT (V3) for https://github.com/unitycoder/UnityPointCloudViewer
- 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
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)
- 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)
- 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)