Skip to content

davidelahoz/3D_tiles_point_cloud_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

3D_tiles_point_cloud_example

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:

  1. laszip (which is part of lastools) to convert it to an uncompressed las file
  2. 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

About

Example Cesium 3D tiles point cloud for testing Cesium plugins for different game engines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors