Arcadix Posted September 2, 2014 Share Posted September 2, 2014 Hi,I have created a animation in Spine and exported it to .json file.I have animated this json file with pixijs but the images are not very sharp, they keep pixilating around the edges (see this image).Can anyone tell me how Anti-aliasing works in pixijs and how to edit/change it.Thanks Quote Link to comment Share on other sites More sharing options...
hubert Posted September 2, 2014 Share Posted September 2, 2014 First question! Have you passed the antialias = true argument into your autodetectRenderer method?PIXI.autoDetectRenderer = function(width, height, view, transparent, antialias){... PIXI magic goes here...} This is only avaliable in webGL context. http://www.sevenative.com 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.