Skip to content
mika edited this page Dec 8, 2023 · 16 revisions

Welcome to the PointCloudConverter wiki!

Commandline

GUI

If you start exe without any arguments, it opens GUI image

  • Input file or folder: Source file to convert, if you select folder, then all LAS/LAZ files inside it are converted
  • Input format: LAS (includes LAZ also), no other formats at the moment. *Custom E57 converter is available by request for PointCloud plugin owners.
  • Output: Converted file, usually this is saved into unity project Assets/StreamingAssets/
  • Export format: UCPC (v2), PCROOT (v3). See formats: https://github.com/unitycoder/UnityPointCloudViewer/wiki/Compare-Formats
  • Read RGB: Reads RGB data
  • Read Intensity: Reads intensity values (gets converted as RGB)
  • Auto-Offset: Automatically offset points nearer to 0,0,0 (otherwise points are too far to display, enabled by default. It works by taking point cloud bounds as offset)
  • Scale point cloud values (if your data is millimeters, then use 0.001 scale, to convert into (Unity) meters)
Clone this wiki locally