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

Entities in a DataSource with clustering enabled disappear when the camera zooms in below ellipsoid #11658

Open
zachsussman opened this issue Nov 29, 2023 · 3 comments

Comments

@zachsussman zachsussman changed the title Entities in a DataSource with clustering enabled disappear when the camera zooms in below terrain Entities in a DataSource with clustering enabled disappear when the camera zooms in below ellipsoid Nov 29, 2023
@ggetz
Copy link
Contributor

ggetz commented Dec 4, 2023

Thanks for the report @zachsussman! I can reproduce this.

I don't think this necessarily has to do with clustering. I see similar behavior when I comment out the line
dataSource.clustering.enabled = true;

Notably this only occurs when the entity is a a negative height. I beleive this is due to the depth plane. Some additional details and possible workarounds are detailed in #7879.

I'm also going to close this as a duplicate of #7879, but will add your report there.

@zachsussman
Copy link
Author

zachsussman commented Dec 5, 2023

Thanks @ggetz! Unfortunately, it looks like clustering is related after adding depthPlaneEllipsoidOffset. With clustering on, the issue still happens, while with clustering off, depthPlaneEllipsoidOffset fixes the issue.

I'll post this to the linked issue.

@ggetz ggetz reopened this Dec 5, 2023
@ggetz
Copy link
Contributor

ggetz commented Dec 5, 2023

Since this is specific to clustering, I'll reopen the issue. 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

2 participants