# CesiumRenderWaterWithDeep **Repository Path**: xiaoxiongApp/CesiumRenderWaterWithDeep ## Basic Information - **Project Name**: CesiumRenderWaterWithDeep - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-10 - **Last Updated**: 2025-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # introduce This project focuses on water surface rendering, enhancing it based on Cesium. It aims to achieve custom water surface shapes and implement the effect of deeper water appearing darker in color. If you have many png format photos, you can animate them. # apply token 1. Register or log in to a Cesium ion account. 2. Generate an API token and configure permissions. 3. Copy the generated token and use it in this project. # install 1. download this project ```git clone https://github.com/dzmjs/CesiumRenderWaterWithDeep.git``` 2. Open `index.html`, find the code `Cesium.Ion.defaultAccessToken` and replace it with your token. 3. run http server in direction of project: ```python -m http.server ``` 4. open url `http://127.0.0.1:/index.html` sometimes you need to wait a minute for loading Cesium.js and tiles. ![preview](images/preview.png) # you need to know Cesium basic programming, photo RGBA, GLSL basic([The Book of Shaders](https://thebookofshaders.com/)), DEBUG on chrome # more information https://blog.csdn.net/a105411/article/details/139684359