Example Cesium 3D tiles point cloud for testing Cesium plugins for different game engines
The point cloud in laz format was obtained from IGN and was processed using the following programs:
- laszip (which is part of lastools) to convert it to an uncompressed las file
- py3dtiles to generate the Cesium 3D tiles files from the las file
Commands used:
laszip64 -i ./pointcloud.laz -o ./pointcloud.las
py3dtiles convert ./pointclod.las --out ./3DTiles