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

Label rendering doesn't work well with multiple viewports #202

Open
tzachshabtay opened this issue Jan 11, 2018 · 0 comments
Open

Label rendering doesn't work well with multiple viewports #202

tzachshabtay opened this issue Jan 11, 2018 · 0 comments
Labels

Comments

@tzachshabtay
Copy link
Owner

The problem is that we prepare the bounding box on the update thread and then use it from the render thread. However for each viewport the bounding box should be different but we only store it in one variable (this used to be fine when both actions were performed from the same thread, but not anymore).

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

No branches or pull requests

1 participant