tags:

views:

73

answers:

2

I need to display image with rounded corner with sprite. What is the best way to do this.

A: 

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.

feal87
A: 

I explained how to do it in your other post ...

http://stackoverflow.com/questions/1969493/how-to-clip-the-texture-in-rounded-shape

Goz