pixijs / tilemap

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

Not working with new `cullable` property from `PIXI 6.3.0`. #139

Open Ayfri opened 2 years ago

Ayfri commented 2 years ago

Hi, I'm making a game using pixi-tilemap but I can't use the new cullable property, I see no performance differences when setting it to on and off and zooming. I'm also using pixi-viewport but it seems that it's not because of it, see https://github.com/davidfig/pixi-viewport/issues/381.

dev7355608 commented 2 years ago

Tilemap overrides render instead of _render (and renderCanvas instead of _renderCanvas). That's why not only cullable doesn't work but also visible, renderable, filters, and mask.

ivanpopelyshev commented 2 years ago

i should really make breaking changes to it and name 3.0

Ayfri commented 2 years ago

Yup it would be better

Ayfri commented 2 years ago

Any update on this ?