You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created an entity using PolygonGraphics with points which cross the equator, and it seems to miss certain points.
To highlight the issue I have added the positions as point entities, and named them with their index. You can see that the polygon line goes from point 4 to point 10, skipping 5-9.
Thanks for the example @dwhipps! This looks like a polygon triangulation error. It's most likely related to this problem: #2788
We're currently investigating using a new triangulation library that should be able to correctly render some of these more oddly shaped polygons. We'll make sure it fixes this one as well.
In the meantime, if you break up your polygon into two pieces so it doesn't wrap so much of the globe, it should render correctly.
The latest triangulation library does not fix this. I'm pretty sure it is due to the polygon being projected to a tangent plan that distorts a polygon of this size.
I have created an entity using PolygonGraphics with points which cross the equator, and it seems to miss certain points.
To highlight the issue I have added the positions as point entities, and named them with their index. You can see that the polygon line goes from point 4 to point 10, skipping 5-9.
See here:
http://cesiumjs.org/Cesium/Apps/Sandcastle/?src=Hello%20World.html&label=Showcases&gist=ace120c26cee85243bcf9b48dddff52f
The text was updated successfully, but these errors were encountered: