Followers
0
Following
0
Joined
Last Online
-
strangerk
hi,
i have an array of size 360 and the values are either 1 or 0. each of these values represent a degree in a 360 degree circle and if the value is 1 for a particular index, i want to draw a little filled circle (o point) at that degree on the main circle..
the problem is i don't know how to create loops as i would do when writing in opengl, i need to create a loop to scan all the values in the array and take the actions according to the values...
it'd be great if i could see an example code or any idea on this....
thanks...