tilemap icon indicating copy to clipboard operation
tilemap copied to clipboard

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

Open Ayfri opened this issue 3 years ago • 4 comments
trafficstars

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.

Ayfri avatar Apr 21 '22 13:04 Ayfri

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.

dev7355608 avatar May 13 '22 17:05 dev7355608

i should really make breaking changes to it and name 3.0

ivanpopelyshev avatar May 13 '22 17:05 ivanpopelyshev

Yup it would be better

Ayfri avatar May 13 '22 23:05 Ayfri

Any update on this ?

Ayfri avatar May 29 '22 21:05 Ayfri