mirror of
https://github.com/jiawanlong/Cesium-Examples.git
synced 2025-11-02 15:54:17 +00:00
更新打赏
This commit is contained in:
parent
d95419f5d1
commit
8cc5c9a657
@ -85,6 +85,7 @@
|
|||||||
| 匆匆. | 10 | 2025.08.11 |
|
| 匆匆. | 10 | 2025.08.11 |
|
||||||
| 一杯茶 | 100 | 2025.08.25 |
|
| 一杯茶 | 100 | 2025.08.25 |
|
||||||
| M Y M | 8.88 | 2025.08.27 |
|
| M Y M | 8.88 | 2025.08.27 |
|
||||||
|
| hawken | 100 | 2025.09.08 |
|
||||||
|
|
||||||
### 关于打赏
|
### 关于打赏
|
||||||
- 您的每一笔打赏,我都会原封不动以**您的名义**捐赠到腾讯公益。
|
- 您的每一笔打赏,我都会原封不动以**您的名义**捐赠到腾讯公益。
|
||||||
|
|||||||
BIN
donate/159297686120250908E6I6WNCDJ8.jpg
Normal file
BIN
donate/159297686120250908E6I6WNCDJ8.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 197 KiB |
@ -42,6 +42,7 @@
|
|||||||
<img src="./160009256720250814E8CCSBV8JK.jpg">
|
<img src="./160009256720250814E8CCSBV8JK.jpg">
|
||||||
<img src="./159308476120250827E9KER945HV.jpg">
|
<img src="./159308476120250827E9KER945HV.jpg">
|
||||||
<img src="./159308476120250827E5KEYBVL5Y.jpg">
|
<img src="./159308476120250827E5KEYBVL5Y.jpg">
|
||||||
|
<img src="./159297686120250908E6I6WNCDJ8.jpg">
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
BIN
donate/list1.jpg
BIN
donate/list1.jpg
Binary file not shown.
|
Before Width: | Height: | Size: 173 KiB After Width: | Height: | Size: 179 KiB |
@ -41,7 +41,7 @@
|
|||||||
pitch: 0,
|
pitch: 0,
|
||||||
roll: 0,
|
roll: 0,
|
||||||
};
|
};
|
||||||
|
let cylinderEntity;
|
||||||
|
|
||||||
addEntity();
|
addEntity();
|
||||||
|
|
||||||
@ -64,6 +64,9 @@
|
|||||||
// uri: 'http://localhost/Cesium-Examples/examples/threeEx/zhanji.glb',、
|
// uri: 'http://localhost/Cesium-Examples/examples/threeEx/zhanji.glb',、
|
||||||
uri: './zhanji.glb',
|
uri: './zhanji.glb',
|
||||||
scale: 5,
|
scale: 5,
|
||||||
|
customShader: new Cesium.CustomShader({
|
||||||
|
// 可以在这里定义默认的着色器逻辑
|
||||||
|
})
|
||||||
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@ -34,6 +34,15 @@
|
|||||||
console.log(error);
|
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.remove(tileset)
|
||||||
// viewer.scene.primitives.removeAll()
|
// 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
@ -5,19 +5,19 @@
|
|||||||
<div class="nav-header">
|
<div class="nav-header">
|
||||||
<div class="navcontentfixed">
|
<div class="navcontentfixed">
|
||||||
<div class="navbar-header" style=" margin: 0 20px;">
|
<div class="navbar-header" style=" margin: 0 20px;">
|
||||||
<div class="navbar-title" >
|
<div class="navbar-title">
|
||||||
<!-- text-align: center;">贾宛龙</h1> -->
|
<!-- text-align: center;">贾宛龙</h1> -->
|
||||||
|
|
||||||
<a class="navbar-brand" style="color: transparent;">
|
<a class="navbar-brand" style="color: transparent;">
|
||||||
<h1 style="font-size: 27px;
|
<h1 style="font-size: 27px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: 700;background: linear-gradient(120deg, #bd34fe 30%, #41d1ff);
|
font-weight: 700;background: linear-gradient(120deg, #bd34fe 30%, #41d1ff);
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
text-align: center;">Cesium 社区</h1>
|
text-align: center;">Cesium 社区</h1>
|
||||||
|
|
||||||
<!-- <img class="project-logo" src="../img/svg/logo-dark.svg" style="visibility: visible;" id="logo"> -->
|
<!-- <img class="project-logo" src="../img/svg/logo-dark.svg" style="visibility: visible;" id="logo"> -->
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="navbar-rightbar">
|
<div class="navbar-rightbar">
|
||||||
<ul>
|
<ul>
|
||||||
@ -60,25 +60,28 @@ background-clip: text;
|
|||||||
<li class="navbar-menu" id="mapboxgl-me3nu">
|
<li class="navbar-menu" id="mapboxgl-me3nu">
|
||||||
<a class="center" target="_self" href="../webgpuEx/examples.html">WebGPU</a>
|
<a class="center" target="_self" href="../webgpuEx/examples.html">WebGPU</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="navbar-menu dropdown open" id="download-menu">
|
<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>
|
<span class="arrow"></span>
|
||||||
|
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li class="navbar-menu" id="mapboxgl-me411nu">
|
<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>
|
||||||
<li class="navbar-menu" id="mapboxgl-me4nu">
|
<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>
|
||||||
<li class="navbar-menu" id="mapboxgl-me411nu">
|
<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>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<!-- <li class="navbar-menu" id="mapboxgl-menu">
|
<!-- <li class="navbar-menu" id="mapboxgl-menu">
|
||||||
<a class="center" target="_self" href="../cesiumGf/examples.html">Cesium GF</a>
|
<a class="center" target="_self" href="../cesiumGf/examples.html">Cesium GF</a>
|
||||||
</li> -->
|
</li> -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user