-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stacked ground corridors for polygon outline #593
Comments
Yes I guess it is possible to take all rings of a grounded polygon and create stacked ground corridors from them. PR welcome. |
Thanks. I'd had a quick look, but was scared off by the different structure of the polygon conversion code. I really need it though, so once I can get my issues in #594 fixed I'll give it a go. |
I was about to try and do this, but it looks like the next version of Cesium is going to include support for polylines on terrain: CesiumGS/cesium#6615 With that in mind, it probably makes more sense to wait for the next Cesium release and simply replace the stacked corridor code with support for the native polylines on terrain. After doing that, it shouldn't be too hard to use the same system for the polygon outlines. So once the next Cesium release is out, I'll get to work on a PR for this. |
Yes, will be pretty cool to have this long awaited feature upstream. |
The stacked ground corridors work great for polylines, but aren't implemented for polygon outlines. It'd be great if we could get this implemented in the same way.
The text was updated successfully, but these errors were encountered: