跑马灯材质
Name | Type | Description | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
optional
参数选项:
|
Example:
var line = viewer.entities.add({
name: "Yellow dashed line with a dash pattern.",
polyline: {
positions: Cesium.Cartesian3.fromDegreesArray([108.96033, 34.2201134, 108.9583799, 34.2201376]),
width: 100,
material: new Cesium.GeoHorseRaceLampMaterialProperty({
color: Cesium.Color.WHITE,
duration: 1000,
axisY: false,
repeat: new Cesium.Cartesian2(20.0,1.0),
image: "/geomap-api/JsCesuimDemo/resource/images/arrow.png",
brightness: 2.0
}),
clampToGround: true
}
});