It looks like pixels are not smoothed correctly at some stage. Because pixels of the ball don't exactly match those on screen (perhaps it is scaled, rotated, or the camera has zoom), the rasterizer picks the nearest one instead of averaging them, producing artifacts.
Did you tried to set filter
to true
on your texture resource?