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

make Billboard construction asynchronous if needed #12520

Closed
mickae1 opened this issue Mar 13, 2025 · 1 comment
Closed

make Billboard construction asynchronous if needed #12520

mickae1 opened this issue Mar 13, 2025 · 1 comment

Comments

@mickae1
Copy link
Contributor

mickae1 commented Mar 13, 2025

Feature

Primitive can be made asynchronous, why not label and billboard ? This is very troublesome to render thousands billboard and label and not having a cesium worker to do the job, the main thread is locked as long the billboards is not built.

@ggetz
Copy link
Contributor

ggetz commented Mar 17, 2025

Hi @mickae1, this was discussed in #1487. While there is definitely places we could improve billboard performance, billboards and labels do not have the same workflow as other primitives like polygons. Those primitives use workers to create a mesh from the provided geometry information, while there isn't the equivalent in billboards and labels.

I'm going to close this since there's nothing immediately actionable here as far as I understand. Consider continuing the discussion in #1487 if you have more info.

@ggetz ggetz closed this as completed Mar 17, 2025
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