当前位置:网站首页>Cesium add annular diffusion ripple
Cesium add annular diffusion ripple
2022-07-28 01:21:00 【Yue Yan Shao Falcon】
var viewer=ysc.createNormalCesium("cesiumContainer",{ });
var lon=117.286419;
var lat=31.864436;
ysc.addCircleRipple(viewer,{ // By default, only two circles are drawn to overlay In case of drawing multiple , Please add in the source code by yourself .
id:"111",
lon:lon,
lat:lat,
height:0,
maxR:3000,
minR:0,// Best for 0
deviationR:20,// Difference value The difference is also large The faster the speed.
eachInterval:1000,// The interval between two laps
imageUrl:"../plugins/ysc/images/redCircle2.png"
});
// If you add a centerline :
viewer.entities.add({
name:"",
polyline: {
positions: Cesium.Cartesian3.fromDegreesArrayHeights([
lon,lat,0,
lon,lat, 5000,]
),
width: 4,
material : new Cesium.PolylineGlowMaterialProperty({ // Luminous line
glowPower : 0.1,
color : Cesium.Color.RED
})
}
});
viewer.zoomTo(viewer.entities);
Details visible Yue Yan Shao Falcon
边栏推荐
- Code random notes_ Hash_ 1002 find common characters
- System clock failure of database fault tolerance
- Matlab 绘制 - 点和向量:向量加减的方法和源码
- C language programming | single dog topic explanation
- Detailed explanation of retinanet network structure
- EWM收货ECC交货单校验逻辑问题
- uni-app进阶之样式框架/生产环境
- mysql查询条件字段值末尾有空格也能查到数据问题
- 文件系统的层次结构
- Tear the source code of gateway by hand, and tear the source code of workflow and load balancing today
猜你喜欢

线性代数 【23】 概念的深入01 - Points坐标点和Vectors向量

I want to get 20K after 3 years of experience, but I haven't got it for half a month?

110. In depth introduction to sap ui5 fileuploader control - why do you need a hidden iframe

Anfulai embedded weekly report no. 275: 2022.07.18--2022.07.24

EWM receiving ECC delivery note verification logic problem

工具函数:把一个工作区中非空字段值付给另一个工作区相同字段

【游戏】任天堂Nintendo Switch超详细购买/使用指南以及注意事项(根据自己使用持续更新中...)

Gossip: an initially perfect FS is as impractical as the first version of the program requiring no bugs

The cooperation between starfish OS and metabell is just the beginning
![[300 opencv routines] 241. Scale invariant feature transformation (SIFT)](/img/7a/a764c779c3162920c832325f89f340.png)
[300 opencv routines] 241. Scale invariant feature transformation (SIFT)
随机推荐
Operator depth anatomy
Introduction to the browser video frame operation method requestvideoframecallback()
Insider of container network hard core technology (7) sailing on the sea depends on the helmsman
Redis-哨兵模式
【C语言】文件操作
Flutter 通话界面UI
If a table has nearly ten million data and crud is relatively slow, how to optimize it
EWM收货ECC交货单校验逻辑问题
浏览器视频帧操作方法 requestVideoFrameCallback() 简介
Safety detection risk
国产NB-IoT芯片厂商芯翼信息科技获2亿元A+轮融资
Tear the source code of gateway by hand, and tear the source code of workflow and load balancing today
Redis cache penetration breakdown and avalanche
Un7.13: how to add, delete, modify and query in vs Code?
Lua快速上手
Swoole协程
Focus loss explanation
Huami technology "Huangshan No.2" release: AI performance is improved by 7 times, and power consumption is reduced by 50%!
Unknown database ‘xxxxx‘
How to clearly understand and express IAAs, PAAS and SaaS?