Skip to content

GLTF GLB Exporter

mika edited this page Oct 8, 2024 · 35 revisions

(WIP)

GLTF/GLB Exporter Documentation

GLTF/GLB Exporter is available as a separate plugin for PointCloudConverter
Visit: (link here)

Quick Start

  • Once you have installed the plugin, you can select GLB Export format
  • GLB Export format in the dropdown menu
  • Select your LAZ source file (you can download sample file here: https://files.fm/u/658mgracwb )
  • Set output folder
  • Adjust settings (Recommended to use: [x] Auto-Offset, to bring cloud near 0,0,0. [x] Swap Y and Z (because Unity Y is Up), [x] Invert is often required for LAZ to GLB files, otherwise point cloud is mirrored in X axis)
  • Make sure that [x] Split to grid is disabled, so that you get single file output
  • Optional: You can now save your settings into File for later Use, press Export Settings
  • Press Convert to begin processing
  • If you enabled [x] Open output folder, Explorer window is opened (so you can access file easily)

Installation

  • Download your GLB plugin (you'll receive link in your email after purchase), unzip it
  • Place dll files into "PointCloudConverterX64/plugins/" (if plugins folder doesn't exists, create it where your pointcloudconverter.exe is)
  • You can browse that folder from this button in GUI:

Troubleshooting

  • ..

Support

FAQ

Does this work on Mac or Linux?

  • No, it is Windows only

Does it have GUI or Commandline?

  • Both, if you run exe without arguments, it opens the GUI.
Clone this wiki locally