How to draw multiple arcs in openGL

Posted by chaitanya on Stack Overflow See other posts from Stack Overflow or by chaitanya
Published on 2010-05-28T06:07:14Z Indexed on 2010/05/28 6:11 UTC
Read the original article Hit count: 135

Filed under:
|

I had a mutable array of size 15. The array has different radius values.

I need to divide the circle into 15(array size) divisions And draw each arc with the radius from mutable array.

© Stack Overflow or respective owner

Related posts about iphone-sdk-3.0

Related posts about opengl-es