I have problem in rendering multiple similar shape (circle).
This is my code
void initCircleVertices(float r)
{
float degree = 0;
unsigned int ctr = 0;
for(int xi = -320; xi < 320;...
Type: Posts; User: takercena
I have problem in rendering multiple similar shape (circle).
This is my code
void initCircleVertices(float r)
{
float degree = 0;
unsigned int ctr = 0;
for(int xi = -320; xi < 320;...