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 |
|
||||
| 一杯茶 | 100 | 2025.08.25 |
|
||||
| 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="./159308476120250827E9KER945HV.jpg">
|
||||
<img src="./159308476120250827E5KEYBVL5Y.jpg">
|
||||
<img src="./159297686120250908E6I6WNCDJ8.jpg">
|
||||
</body>
|
||||
|
||||
</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,
|
||||
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({
|
||||
// 可以在这里定义默认的着色器逻辑
|
||||
})
|
||||
|
||||
}
|
||||
})
|
||||
|
||||
@ -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
@ -67,13 +67,16 @@ background-clip: text;
|
||||
|
||||
<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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user