Shapes with holes

I want to draw a polygon with a hole in it. Is this possible? I am currently using viewer.entity.add with name, description and polygon.

1) Is this possible to do this with an array of points with Cesium.Cartesian3.fromDegreesArray() ?
2) Is there a better way to draw a polygon with a hole?

Thanks,
Brandon

Hello Brandon,

Please take a look at this demo: http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Polygon.html&label=Geometries

The blue polygon example shows you how to add a polygon with holes.

Best,

Hannah

I’m sorry I didn’t look hard enough for that example, I should have seen it. Thanks for the response!!