cesium icon indicating copy to clipboard operation
cesium copied to clipboard

Model translucency doesn't work in IE, or with OIT: false

Open hpinkos opened this issue 7 years ago • 4 comments

  1. Open up http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=3D%20Models%20Coloring.html&label=Showcases
  2. Add the option orderIndependentTranslucency: false, to Viewer and run the exmaple
  3. Move the transparency slider

image

hpinkos avatar Jul 31 '17 18:07 hpinkos

Update: This is broken in IE regardless of the OIT setting

hpinkos avatar Jul 31 '17 18:07 hpinkos

There's also weird differences in the model outlining between alpha: 0.1 image

And alpha: 0.0: image

In IE always, or in Chrome/Firefox with OIT disabled. Should that be a separate issue? It seems like it might be related, but I wasn't sure.

hpinkos avatar Jul 31 '17 18:07 hpinkos

Also reported in https://github.com/CesiumGS/cesium/issues/11756.

ggetz avatar Jan 12 '24 14:01 ggetz

Also reported in https://github.com/CesiumGS/cesium/issues/11888

orderIndependentTransluency: false, tileset alpha 0.99

orderIndependentTransluency: true, tileset alpha 0.99

ggetz avatar Mar 20 '24 13:03 ggetz