pixijs / tilemap

Rectangular tilemap implementation for PixiJS
https://pixijs.io/tilemap/docs/
MIT License
290 stars 55 forks source link

`PIXI 8` Multiple Tilemap movement interfere eachother on `webgpu` #166

Open ajur opened 4 months ago

ajur commented 4 months ago

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 commented 4 months ago

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