Skip to content
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

Large corridor clipped on the edge of the globe #7627

Open
OmarShehata opened this issue Mar 8, 2019 · 3 comments
Open

Large corridor clipped on the edge of the globe #7627

OmarShehata opened this issue Mar 8, 2019 · 3 comments

Comments

@OmarShehata
Copy link
Contributor

Sandcastle

Forum thread

clipped_corridor

Rotate the globe and you'll see that this is supposed to be a full corridor that gets clipped at the left edge of the globe in the picture above.

If you replace line 25:

geometry: new Cesium.CorridorGeometry( ovalDesc ),

with:

geometry: circleGeom,

You'll see that a large circle gets rendered fine without clipping.

@hpinkos
Copy link
Contributor

hpinkos commented Mar 11, 2019

I wonder if this is related to #4483

@wilkweed
Copy link

any news on the fix for this issue?

@hpinkos
Copy link
Contributor

hpinkos commented Mar 25, 2019

@ninanga no sorry, we haven't had a chance to look into this yet. If you have time to look into a fix, we would be happy to review a pull request! Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants