background picture of the home page

Hi,Friend

Github 镜像站

Github 镜像站 镜像 访问 链接 可用 GitHub镜像站014 直接 https://bgithub.xyz 可用 GitHub镜像站013 直接 https://kkgithub.com 可用 GitHub镜像站012 直接

thumbnail of the cover of the post

cesium 加载3dtiles数据

cesium 加载3dtiles数据 /** * 加载3dtiles数据 */ const loadTiles3d = async () => { const tiles3dLink = "http://192.168.113.100/static/tileset/tileset.json"

thumbnail of the cover of the post

cesium 添加实体

cesium 添加实体 添加点实体 // 添加新点 const entity = viewer.value?.entities.add({ name: "添加点", position: Cesium.Cartesian3.fromDegrees(118.85008, 32.03454),

thumbnail of the cover of the post

Cesium 1.107 版本后加载地形

Cesium 1.107 版本后加载地形 基本地形 terrain: Cesium.Terrain.fromWorldTerrain(), // 地形数据 自定义地形数据源 const terrainProvider = await Cesium.CesiumTerrainProvider.fro

thumbnail of the cover of the post