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

Support for dynamic billboards #4413

Closed
hpinkos opened this issue Oct 7, 2016 · 2 comments
Closed

Support for dynamic billboards #4413

hpinkos opened this issue Oct 7, 2016 · 2 comments

Comments

@hpinkos
Copy link
Contributor

hpinkos commented Oct 7, 2016

Currently, when you change the billboard.image property, it adds a new image to the texture atlas. However, this can cause problems if you have a billboard that changes frequently because the texture atlas runs out of space and causes errors. It would be nice to have the ability to overwrite part of the texture atlas for a billboard that you know is going to be changing frequently.

I couldn't find an issue that exactly matches this, but it's been requested on the forum multiple times:
https://groups.google.com/d/msg/cesium-dev/jFsmh7LOiTs/MCJfLJlEZZgJ
https://groups.google.com/d/msg/cesium-dev/cF9Vt28Wk-4/nJ68p3YONKcJ
https://groups.google.com/d/msg/cesium-dev/tuQyixSKJuA/3-jsFmIABwAJ
https://groups.google.com/d/msg/cesium-dev/Sd4x1YmneCs/nfMsP3eaAwAJ
https://groups.google.com/d/msg/cesium-dev/JzpfPUvBdEA/8adq-uKfb7sJ

@hpinkos
Copy link
Contributor Author

hpinkos commented Oct 7, 2016

Related: #2319

@mramato
Copy link
Member

mramato commented Oct 7, 2016

This is exactly the same as the issue you linked to. I recommend closing this and just adding the form links to #2319.

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