Firefox Cesium.Color.fromAlpha

Hi,

After last Firefox update (50.0.1) the color alpha values seems no longer to be working with Cesium.

When I use Cesium.Color.fromAlpha(Cesium.Color.BLUE,0.5) or Cesium.Color.fromCssColorString("rgba(0,0,255,0.5)") the result it's correct but when the map renders the color it's showing up without alpha.

Anyone with the same problem or a solution?

Regards,
Fábio

Hello

This is a known issue, we have some details written up here: https://github.com/AnalyticalGraphicsInc/cesium/issues/4658

As a workaround, you can try passing this option to the viewer: orderIndependentTranslucency : false

Best,

Hannah

Great. Thank you very much for your suggestion.

Regards,
Fábio Carreto

Hi Fábio,

Sean fixed this in #4762. It will be in Cesium 1.29 on January 2.

Patrick