环状扫描效果
Name | Type | Description | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
参数选项:
|
Example:
var effect = new Cesium.GeoScanRingEffect({
viewer: viewer,
radius: 1000.0,
color: Cesium.Color.CYAN,
url: '/geomap-api/JsCesuimDemo/resource/images/ringScan1.jpg',
speed: 100.0,
repeat: true,
center: [121.498604, 31.240103, 0]
});
viewer.scene.primitives.add(effect);
Demo:
Members
颜色
是否激活
半径
速度
Methods
销毁.
设置当前纹理
Name | Type | Description |
---|---|---|
url |
String | 纹理地址 |
更新.
Name | Type | Description |
---|---|---|
frameState |
FrameState |