hulkyuan Posted January 29, 2022 Share Posted January 29, 2022 is there anything like smoothing set in as3? this is a disaster Quote Link to comment Share on other sites More sharing options...
Exca Posted February 2, 2022 Share Posted February 2, 2022 You can change the base texture scaleMode into linear or nearest, can you confirm which one you have? Nothing else is supported in webgl. You could also use a separate antialiasing filter which causes performance losses. Quote Link to comment Share on other sites More sharing options...
hulkyuan Posted February 3, 2022 Author Share Posted February 3, 2022 9 hours ago, Exca said: You can change the base texture scaleMode into linear or nearest, can you confirm which one you have? Nothing else is supported in webgl. You could also use a separate antialiasing filter which causes performance losses. thanks for reply.the scalemode is set to default pixi.setting.scael_mode which is linear.also i tried nearest still the same antialiasing filter where can i find something like that ?maybe a demo? Quote Link to comment Share on other sites More sharing options...
Exca Posted February 3, 2022 Share Posted February 3, 2022 https://www.npmjs.com/package/@pixi/filter-fxaa You could also check if you have antialias true or false for the webgl context / pixi app. hulkyuan 1 Quote Link to comment Share on other sites More sharing options...
hulkyuan Posted February 4, 2022 Author Share Posted February 4, 2022 18 hours ago, Exca said: https://www.npmjs.com/package/@pixi/filter-fxaa You could also check if you have antialias true or false for the webgl context / pixi app. pixi app renderoption antialias do the trick thanks man ,now it looks perfect. 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.