soylomass Posted October 5, 2019 Share Posted October 5, 2019 beginTextureFill works perfectly when using a single sprite, but as soon as I use a sprite from a spritesheet, it doesn't work correctly anymore (it shows the rest of the spritesheet, instead of only repeating the frame). Is this a bug or a limitation? Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted October 6, 2019 Share Posted October 6, 2019 Its a limitation, yes, we dont have tilingsprite shader for graphics yet. Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted October 6, 2019 Share Posted October 6, 2019 Also, REPEAT only works on pow2 textures. In webgl2 it can work with non-pow2 but you have to switch special setting in pixi to enable that, something like "PIXI.settings.MIPMAP_MODE = PIXI.MIPMAP_MODES.ONl" Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.