rotation - iOS: How I can make edges of sprite smooth when it is rotated? -


i making simple sprite kit game. when rotate sprite edges jagged. try texture images , image assets results same. here code filtering mode:

let sprite = skspritenode(imagednamed: "texturename") sprite.texture!.filteringmode = sktexturefilteringmode.nearest // try .linear 

changing sprite's size original value or smaller scale, result not change.

is possible use antialiased property sprite nodes ? there suggestion? similar problem on link:

make edges of skspritenode smooth after rotation


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -