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

Viewer in requestRenderMode Continuously Renders on Ellipsoid with innerRadii and SampledPositionProperty #9661

Open
Aviian314 opened this issue Jul 2, 2021 · 1 comment

Comments

@Aviian314
Copy link

Aviian314 commented Jul 2, 2021

I believe I have discovered a case where the Cesium viewer in requestRenderMode continuously renders if an entity with an ellipsoid is added to the viewer's entity collection. The condition for this is the entity has to have a SampledPositionProperty and the attached EllipsoidGraphic has its innerRadii set. Changing the entity to have a ConstantPositionProperty or removing the innerRadii from the EllipsoidGraphic seems to fix the problem.

Sandcastle example here

@ebogo1
Copy link
Contributor

ebogo1 commented Jul 20, 2021

This looks like a bug to me, possibly related to #8277. Thanks for the writeup @jhndrx!

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

2 participants