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

Billboard close to the terrain #8720

Closed
mylove10086 opened this issue Apr 2, 2020 · 1 comment
Closed

Billboard close to the terrain #8720

mylove10086 opened this issue Apr 2, 2020 · 1 comment

Comments

@mylove10086
Copy link

When cesium has terrain and the number of billboard entities is greater than 10,000, when using Cesium.HeightReference.RELATIVE_TO_GROUND to set the grounding position of the billboard, it takes a long time for the billboard to move to the ground and cesium keeps refreshing the position of the billboard. Is there a better suggestion for this

@OmarShehata
Copy link
Contributor

I believe the underlying issue here is that globe.pick(), which is used to find the terrain height at any point for each entity, needs to be optimized. There's an issue open for this here: #8481

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

No branches or pull requests

2 participants