Talk:DxDrawCircle: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "Note: this function is rather slow when drawing a lot of circles (e.g 25 circles took ~7ms). Of course, measure and see how it works for you, if it is slow, consider using image ...")
 
(No difference)

Latest revision as of 22:38, 2 March 2014

Note: this function is rather slow when drawing a lot of circles (e.g 25 circles took ~7ms). Of course, measure and see how it works for you, if it is slow, consider using image with alpha and directX color tint instead. - vx89