Hi,
I’m currently rendering a large number of polygons which change both color and extrudedHeight over time from CZML. Performance in b28 is actually very good if I simply render lots of different polygons with different height, color and availabilities (not using interpolation). The result is jittery/jumpy but performance is good. However, if I render a single polygon for each data point (of which there are several thousand) and use interpolation to determine the color and extrudedHeight over time, then there is a massive performance hit, to the point of becoming unusable.
In fact, just interpolating color over time performs well (this seemed to change from b27 to b28?) but interpolating extrudedHeight for the polygons seems to make things much worse.
Are there any ways to avoid quite such a performance hit? Are there parameters I can specify which will cut down how often the interpolation method is called / the viewer “ticks”? Are there any plans for improvements?
Thanks,
Matthew Gwynne