# Cesium-demo **Repository Path**: pstar-git/cesium-demo ## Basic Information - **Project Name**: Cesium-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-02-26 - **Last Updated**: 2025-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: Cesium ## README # cesium-test 使用Cesium完成静态节点间山地地形,建筑物和物体等之间的阻挡检测,通过控制台打印出检测结果且可视化检测链路及阻挡点. 山地及物体阻挡: ![](readmeIMG/1.png) ![](readmeIMG/2.png) 3D建筑物阻挡: ![](readmeIMG/3.png) ![](readmeIMG/4.png) ## Recommended IDE Setup [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). ## Customize configuration See [Vite Configuration Reference](https://vite.dev/config/). ## Project Setup ```sh npm install npm install cesium@1.126 ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Compile and Minify for Production ```sh npm run build ```