Is there a way to draw a circle on a GUI texture? I would like to draw it in script and then manipulate it (i.e. size, shape, color, etc) vice create a circle in Photoshop and then import it. Is this possible?
Thanks
Flash
Is there a way to draw a circle on a GUI texture? I would like to draw it in script and then manipulate it (i.e. size, shape, color, etc) vice create a circle in Photoshop and then import it. Is this possible?
Thanks
Flash
Yes, use SetPixel() and make some kind of circle drawing routine.
–Eric
The midpoint circle algorithm might be what you want here.