tilemap
tilemap copied to clipboard
Not working with new `cullable` property from `PIXI 6.3.0`.
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.
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.
i should really make breaking changes to it and name 3.0
Yup it would be better
Any update on this ?