Closed Aviian314 closed 4 years ago
I'm not sure why this is happening - my best guess is there may be an edge case in PolygonGeometry.createGeometry if a polygon is exactly aligned with the surface normal at a given position like that. I'd be curious if you see the same issue using Coplanar polygons.
The Cesium community forum (https://community.cesium.com/) is a better place to ask this question since this repository is for Cesium ion related issues. I'd post your findings there if you make any more progress here!
I've found an oddly specific rendering issue when learning how to use geometries. I was attempting to create a sort of warped box. The first 5 sides came up and looked great, but the last side would only render a triangle and not a quadrilateral. If you manipulate any decimal value of
pt6
it will render properly.Here's the code: