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

PIXI 8 Multiple Tilemap movement interfere eachother on webgpu #166

Open
ajur opened this issue May 30, 2024 · 1 comment
Open

PIXI 8 Multiple Tilemap movement interfere eachother on webgpu #166

ajur opened this issue May 30, 2024 · 1 comment

Comments

@ajur
Copy link

ajur commented May 30, 2024

When using webgpu renderer, two (or possibly more) tilemaps can be moved only with same "speed".
I have two tilemaps (both using same TetureSource) and attempt at changing their position with different speeds (different dy value on each frame), one of them is behaving strangely.
Even when one should be static, when moving second one, the first one is affected.
Changing possition of container doesn't help.

example of issue:
https://github.com/pixijs/tilemap/assets/1055278/51cbeac5-3a91-4dc8-887c-9ebc3a8204d9

Expected (webgl version):
https://github.com/pixijs/tilemap/assets/1055278/a7467983-69d0-4655-97fb-7fbfec65fa91

@ivanpopelyshev
Copy link
Collaborator

Yes, gonna be fixed this week. Also, I'm reworking build process and examples

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