canvasman Posted March 7, 2019 Share Posted March 7, 2019 How can I create textures from canvas or html image object without adding them to Texture/BaseTexture caches? I tried PIXI.Texture.from EDIT: Does this cache anything? var baseTexture = new PIXI.BaseTexture(image); var texture = new PIXI.Texture(baseTexture); Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted March 8, 2019 Share Posted March 8, 2019 It shouldn't, but I suggest to use debugger to step into those functions and check what's going on canvasman 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.