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

Issues with Minimap and PixiJS 8.5.x and later #1649

Open
bhousel opened this issue Dec 19, 2024 · 0 comments
Open

Issues with Minimap and PixiJS 8.5.x and later #1649

bhousel opened this issue Dec 19, 2024 · 0 comments
Labels
feature-renderer Issue or request related to the renderer / WebGL waitfor-upstream Waiting for another project to do something before we can close this.

Comments

@bhousel
Copy link
Contributor

bhousel commented Dec 19, 2024

We discovered that the minimap is not rendering correctly on versions of PixiJS 8.5.x and newer.
Instead of showing a zoomed out view, it just contained contents of the main map canvas.

I traced it to an issue with multiview rendering (where we tell Pixi to render to multiple canvases)
and opened pixijs/pixijs#11168 to keep track of it.

In the mean time, I added a workaround in bfce63f to the minimap code to get it rendering correctly again.
I've tested this on both WebGL and WebGPU and it seems ok.
When the upstream issue in is fixed, we can remove the workaround and close this issue.

@bhousel bhousel added feature-renderer Issue or request related to the renderer / WebGL waitfor-upstream Waiting for another project to do something before we can close this. labels Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-renderer Issue or request related to the renderer / WebGL waitfor-upstream Waiting for another project to do something before we can close this.
Projects
None yet
Development

No branches or pull requests

1 participant