Starting
new Cesium.PolylineGlowMaterialProperty({
glowPower: 0.15,
color: Cesium.Color.fromCssColorString("rgba(42,92,170, 0.15)")
});
Ending
new Cesium.PolylineGlowMaterialProperty({
glowPower: 0.3,
color: Cesium.Color.fromCssColorString("rgba(255,255,255, 0.15)")
});
Can we update all the materials collectively?