Developers - unitycoder/UnityPointCloudViewer GitHub Wiki
Writing your PointCloud Binary File Exporters
This page is for developers who would like to write their own converters/tools to save data into UnityCoder PointCloud Viewer.
See also Binary Format Structure
*.ucpc (v2) Exporter Examples
Using C#
- Check example application for exporting V2 files https://github.com/unitycoder/PointCloudConverter
Using C++
(WIP)
*.tiles (v3) Exporter Examples
Using C#
- Check example application for exporting V3 files https://github.com/unitycoder/PointCloudConverter
Using C++
(WIP)