Out of curiosity, will Cesium be making a polygonCollection in the future?
Thanks,
Lydia
Out of curiosity, will Cesium be making a polygonCollection in the future?
Thanks,
Lydia
Hi Lydia,
I’m not sure yet. If we do, it will just be syntactic sugar over the PolygonGeometry and generic Primitive, which allow combining a large number of polygons for fast rendering. I would use these directly now. See the Polygon example in Sandcastle and all examples in the Geometries tab. Also see the draft tutorial.
Regards,
Patrick