点云预处理
点云数据的常见格式有ply,las,txt等格式,而Cesium不能直接加载,所以需要前期的数据处理,将点云数据处理成能够加载的类型
CloudCompare处理点云
把现有的ply格式转为Cesiumlab可以处理的las格式
Cesiumlab切片
可以选择经纬度局部坐标系(不知道为什么选择wgs84(epgs4326),最后加载的样子有错误),此处的坐标在预览中作为指定位置
Cesium加载
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Use correct character set. -->
<meta charset="utf-8">
<!-- Tell IE to use the latest, best version. -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Make the application on mobile take up the full browser screen and disable user scaling. -->
<