viewer.entities.add({
crossguid: crossguid,
polyline: {
positions: Cesium.Cartesian3.fromDegreesArrayHeights(nodePositionArr),
width: 85,
material: new Cesium.ImageMaterialProperty({
image: require(“…/…/image/corssImage/公路.jpg”),
repeat: new Cesium.Cartesian2(length, 1)
}),
show: true,
clampToGround: true,
distanceDisplayCondition: new Cesium.DistanceDisplayCondition(0, 3000),
},
});
How can I solve the problem that when I set repeat, the scale of the image will change with the zoom of the mouse. I want the graphics to be fixed to a scale