Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

How to Convert Point Cloud Files

mika edited this pageSep 2, 2020 ·3 revisions

(TODO add rest off the formats)

LAS (into V1 binary .bin format inside Unity Editor)

  • Copy your LAS file into Unity project, for example POINTCLOUDS/ folder
  • Open converter window from Unity menu: Window/PointCloudTools/PointCloud to binary (DX11)
  • Drag your LAS file into the PointCloud source file field
  • Select input file format from the dropdown: LAS
  • Adjust converter settings, usually need [x] Flip Y & Z enabled and [x] Auto-offset near 0,0,0. Scaling might be needed (to convert your point cloud into Unity meters scale)
  • Press Convert to Binary
  • Set output folder and file, usually Assets/StreamingAssets/ (if the folder doesnt exists, create it, it gets copied to your project Build data)
  • Then to view it, open example scene "PointCloud-BinaryLoaderV1.scene", set filename (to the one you just created, for example test.bin), hit play!
  • Or, you can use commandline converter to convert into V2 and V3 formatshttps://github.com/unitycoder/UnityPointCloudViewer/wiki/Commandline-Tools

LAZ (into v2 or v3 binary formats, outside Unity editor)

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp