reearth / resium

React components for 🌏 Cesium
https://resium.reearth.io
MIT License
704 stars 130 forks source link

Image Material (ImageMaterialProperty) not working with Entity PolygonGraphics with latest cesium release (1.111) #643

Closed Manisharote closed 7 months ago

Manisharote commented 7 months ago

HI,

With the latest cesium release 1.111 (I haven't check where it stopped working ), ImageMaterialProperty not working on PolygonGraphics

With 1.107.1 it ImageMaterialProperty works and show's image on a PolygonGraphics Cesium_1_107_2

But with the latest cesium release 1.111 ImageMaterialProperty is just showing white image on PolygonGraphics Cesium_latest111

thought it is working for cesium release 1.111 directly without resium native_cesium

Thanks