CesiumGS / cesium

An open-source JavaScript library for world-class 3D globes and maps :earth_americas:
https://cesium.com/cesiumjs/
Apache License 2.0
12.98k stars 3.5k forks source link

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

Open hpinkos opened 7 years ago

hpinkos commented 7 years ago
  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 commented 7 years ago

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

hpinkos commented 7 years ago

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.

ggetz commented 10 months ago

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

ggetz commented 8 months ago

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

orderIndependentTransluency: false, tileset alpha 0.99

orderIndependentTransluency: true, tileset alpha 0.99