You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 pixi-viewport/pixi-viewport#381.
The text was updated successfully, but these errors were encountered:
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.
Hi, I'm making a game using
pixi-tilemap
but I can't use the newcullable
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 pixi-viewport/pixi-viewport#381.
The text was updated successfully, but these errors were encountered: