Do entities support ground clamped polygons with image materials?

Just thought I'd ask. I reviewed the change logs for Cesium and it looks like just ColorMaterialProperty is supported for ground clamped entities. Are there any plans to support ImageMaterialProperties?

Thanks,
  Tony

Tony,

Good news, this is being actively developed and will most likely go into our June 1st release. You can follow along with the pull request here: https://github.com/AnalyticalGraphicsInc/cesium/pull/6393

It’s actually a fairly complicated graphics problem, which is why it’s been a long time coming. That branch is concentrating on the low-level primitive changes, but once they are done; the Entity support will be easy by comparison.

Sounds great.

Thanks for the quick reply.

-Tony