pixijs / tilemap

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

`PIXI 8` Tilemap doesn't apply `roundPixels` renderer settings #165

Open ajur opened 1 month ago

ajur commented 1 month ago

In application with renderer settings antialias: false, roundPixels: true, Tilemap still renders fractal pixel positions as 'smeared'.

See video: https://github.com/pixijs/tilemap/assets/1055278/6e37f5f0-2c07-4fd3-a69d-2b13e37facf0

Expected result: https://github.com/pixijs/tilemap/assets/1055278/01bf6320-8f6f-4ea5-b8ef-0dbed84fe687

ivanpopelyshev commented 1 month ago

Noted, will be fixed this week i hope )