kuuuurija Posted January 8, 2019 Share Posted January 8, 2019 Hi, I am trying to generate transparent textures by combining JPG images (RGB + alpha mask). Example: I have a quick implementation of it here, https://www.pixiplayground.com/#/edit/21pZTogIjtfTqY5kGznsy Currently I am creating texture from canvas. Is this the best solution? or can it be improved? Thanks! Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted January 8, 2019 Share Posted January 8, 2019 Its possible if you upload both textures and do special blendMod that does not exist in pixi (but can be added) to render into separate RenderTexture. Canvas way is fine kuuuurija 1 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.