Open clementchdn opened 3 years ago
Update following the release of v1.110: First, congratulations for the release ! I read this post this morning and immediately thought about this issue. Unfortunately, after running the provided sandcastles, it looks like the bug remains. Are CorridorPrimitives rendered differently than Polygons ?
Hi @clementchdn, yes Corridors and Polygons are different paths in the code. Corridor geometries are not triangulated using earcut, so a different issue may be arising here. I would expect the subdivision code has a bug.
As discussed in this post, large
CorridorGeometry
andPolygonVolumeGeometry
behave strangely. My first thought was that it occurs when crossing the Equator. Here are three sandcastle examples to visualize the problem.Sandcastle examples: high inclination orbit
equatorial orbit
simple example In this last example, if you change the value of the first longitude from 76.87435919946516 to 76, you'll notice that the visual artifact disappear.
Browser: Brave 1.31.87 Also in Firefox 91.0.2
Operating System: Windows 10