canvasman Posted February 24, 2019 Share Posted February 24, 2019 For loading some images I keep getting No 'Access-Control-Allow-Origin' in console. I noticed that adding crossOrigin: "" on object which I pass to loader.add() function will make it work but I heard that there is some consequences or it makes canvas "dirty". So what are actually the consequences and when this method should not be used? Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted February 25, 2019 Share Posted February 25, 2019 no readPixels() for you. That means no "extract" plugin. canvasman 1 Quote Link to comment Share on other sites More sharing options...
canvasman Posted February 26, 2019 Author Share Posted February 26, 2019 On 2/25/2019 at 9:58 AM, ivan.popelyshev said: no readPixels() for you. That means no "extract" plugin. Okay, so if I dont use readPixels or that extract plugin it should be fine? Does all of PIXI's internal functions work properly if dirty canvas? 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.