流动纹理线
Name | Type | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
options具有以下属性的对象:
|
Example:
viewer.entities.add({
name: 'PolylineTrail',
polyline: {
positions: Cesium.Cartesian3.fromDegreesArrayHeights([lon, lat, 2500,
lon + 10, lat, 2500,
lon + 10, lat + 10, 2500,
]),
width: 15,
material: new TS.AnimationMaterialProperty({
// color: Cesium.Color.ORANGE,
duration: 3000,
image: "./img/flow.png",
// repeat:new Cesium.Cartesian2(30,1),
axisY: true
})
}
});
Members
是否旋转Y轴
颜色
强制变更的颜色
图片重复级别
持续时间