更新打赏

This commit is contained in:
贾宛龙 2025-09-09 13:46:53 +08:00
parent d95419f5d1
commit 8cc5c9a657
9 changed files with 141 additions and 125 deletions

View File

@ -85,6 +85,7 @@
| 匆匆. | 10 | 2025.08.11 |
| 一杯茶 | 100 | 2025.08.25 |
| M Y M | 8.88 | 2025.08.27 |
| hawken | 100 | 2025.09.08 |
### 关于打赏
- 您的每一笔打赏,我都会原封不动以**您的名义**捐赠到腾讯公益。

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 KiB

View File

@ -42,6 +42,7 @@
<img src="./160009256720250814E8CCSBV8JK.jpg">
<img src="./159308476120250827E9KER945HV.jpg">
<img src="./159308476120250827E5KEYBVL5Y.jpg">
<img src="./159297686120250908E6I6WNCDJ8.jpg">
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 KiB

After

Width:  |  Height:  |  Size: 179 KiB

View File

@ -41,7 +41,7 @@
pitch: 0,
roll: 0,
};
let cylinderEntity;
addEntity();
@ -64,6 +64,9 @@
// uri: 'http://localhost/Cesium-Examples/examples/threeEx/zhanji.glb',、
uri: './zhanji.glb',
scale: 5,
customShader: new Cesium.CustomShader({
// 可以在这里定义默认的着色器逻辑
})
}
})

View File

@ -34,6 +34,15 @@
console.log(error);
});
tileset.tileLoad.addEventListener(function (tile) {
console.log(tile)
for (let index = 0; index < tile.content.featuresLength; index++) {
console.log(tile.content.getFeature(index))
// let prpo = tile.content.getFeature(index).getProperty('属性名')
}
})
// 模型删除
// viewer.scene.primitives.remove(tileset)
// viewer.scene.primitives.removeAll()

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5,19 +5,19 @@
<div class="nav-header">
<div class="navcontentfixed">
<div class="navbar-header" style=" margin: 0 20px;">
<div class="navbar-title" >
<!-- text-align: center;">贾宛龙</h1> -->
<div class="navbar-title">
<!-- text-align: center;">贾宛龙</h1> -->
<a class="navbar-brand" style="color: transparent;">
<h1 style="font-size: 27px;
<a class="navbar-brand" style="color: transparent;">
<h1 style="font-size: 27px;
text-align: center;
font-weight: 700;background: linear-gradient(120deg, #bd34fe 30%, #41d1ff);
background-clip: text;
text-align: center;">Cesium 社区</h1>
<!-- <img class="project-logo" src="../img/svg/logo-dark.svg" style="visibility: visible;" id="logo"> -->
</a>
</div>
<!-- <img class="project-logo" src="../img/svg/logo-dark.svg" style="visibility: visible;" id="logo"> -->
</a>
</div>
</div>
<div class="navbar-rightbar">
<ul>
@ -62,18 +62,21 @@ background-clip: text;
</li>
<li class="navbar-menu dropdown open" id="download-menu">
<a target="_self" style="color: #fff !important;" data-i18n="nav.more.get._name">Cesium 官网</a>
<a target="_self" style="color: #fff !important;" data-i18n="nav.more.get._name">Cesium 官网</a>
<span class="arrow"></span>
<ul class="dropdown-menu">
<li class="navbar-menu" id="mapboxgl-me411nu">
<a class="center" style="color: #fff !important;" target="_blank" href="https://cesium.com/platform/cesiumjs/">官网</a>
<a class="center" style="color: #fff !important;" target="_blank"
href="https://cesium.com/platform/cesiumjs/">官网</a>
</li>
<li class="navbar-menu" id="mapboxgl-me4nu">
<a class="center" style="color: #fff !important;" target="_blank" href="https://cesium.com/learn/cesiumjs/ref-doc/">API文档</a>
<a class="center" style="color: #fff !important;" target="_blank"
href="https://cesium.com/learn/cesiumjs/ref-doc/">API文档</a>
</li>
<li class="navbar-menu" id="mapboxgl-me411nu">
<a class="center" style="color: #fff !important;" target="_blank" href="https://sandcastle.cesium.com/">示例</a>
<a class="center" style="color: #fff !important;" target="_blank"
href="https://sandcastle.cesium.com/">示例</a>
</li>
</ul>