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()
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
<link rel="stylesheet" href="../css/editor.css">
|
||||
<script type="text/javascript" src="../js/utils.js"></script>
|
||||
<style>
|
||||
body{
|
||||
body {
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
@ -91,10 +91,10 @@
|
||||
$body.append("<script type='text/javascript' src='../js/editor.js'><\/script>");
|
||||
log.warning("注意!", "版权所属:贾宛龙!需要去除版权请微信联系:trampjwl! ");
|
||||
|
||||
log.success("注意!", "版权所属:贾宛龙!需要去除版权请微信联系:trampjwl! ");
|
||||
log.success("注意!", "版权所属:贾宛龙!需要去除版权请微信联系:trampjwl! ");
|
||||
|
||||
|
||||
setTimeout(function () {
|
||||
setTimeout(function () {
|
||||
var now = getNow();
|
||||
watermark({
|
||||
"watermark_txt": "贾宛龙 \n(wx:trampjwl) " + now
|
||||
@ -105,7 +105,7 @@ setTimeout(function () {
|
||||
<!-- ./wrapper end-->
|
||||
<script>
|
||||
var _hmt = _hmt || [];
|
||||
(function() {
|
||||
(function () {
|
||||
var hm = document.createElement("script");
|
||||
hm.src = "https://hm.baidu.com/hm.js?e5ab8649289fd056f54428c62a8e0368";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -5,7 +5,7 @@
|
||||
<div class="nav-header">
|
||||
<div class="navcontentfixed">
|
||||
<div class="navbar-header" style=" margin: 0 20px;">
|
||||
<div class="navbar-title" >
|
||||
<div class="navbar-title">
|
||||
<!-- text-align: center;">贾宛龙</h1> -->
|
||||
|
||||
<a class="navbar-brand" style="color: transparent;">
|
||||
@ -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