Point Cloud Viewer : Convert LAS/LAZ to V3 unity viewer format

Опубликовано: 14 Октябрь 2024
на канале: UnityCoder
546
2

Tutorial for https://github.com/unitycoder/UnityPo...
LAS files cannot be converted into V2 or V3 formats inside editor, need to use my external (free) converter from: https://github.com/unitycoder/PointCl... *V3 format is tiled, suitable for large clouds.

0:00 - run my external las/laz converter tool, use PCROOT export format for V3
0:07 - set output path (StreamingAssets folder, with added new folder to keep all output files there)
0:36 - run converter, check output folder contents
0:55 - (optional) check output header file, structure: https://github.com/unitycoder/UnityPo...
1:13 - load example scene for V3 viewer and set our converted path and filename there
1:28 - (optional) refresh StreamingAssets folder to see created files, if unity didnt refresh it yet
1:46 - enter playmode, but view distance is bit too short
1:55 - adjust max view distance
1:59 - enter playmode again, now it works