I am trying to show aggregate metrics using H3 polygons and a combination of color and extruded height over time. I am experiencing a large performance drop using a SampledProperty with the extrudedHeight of the polygon.
Here is an example with the extruded height:
I originally was generating CZML to do this and then tried just creating the entities myself, though it didn’t make a difference.
I have another example without it and just the interpolated color and the performance is fine. I am wondering what I can do to improve the performance. Would using the geometry and appearance APIs and creating/removing the primitives myself be more performant? It seems like it spends a lot of time in the main thread updating the PrimitiveCollection, so I am not sure if that would even make a difference.
Is what I am trying to do even reasonably feasible for CesiumJS?