Best way to display rounded corner image with sprite
I need to dis开发者_StackOverflow社区play image with rounded corner with sprite. What is the best way to do this.
I explained how to do it in your other post ...
How to clip the texture in rounded shape
If you mean of smoothing the corners of the image you're drawing, there is no way to do with the normal sprite interface (other than modifying the original image to be smoothed beforehand) To do it you must work with shaders.
精彩评论