Answers for "sphere in opengl with glushpere"

0

sphere in opengl with glushpere

glColor3f(1,0,0);
GLUquadric *quad;
quad = gluNewQuadric();
gluSphere(quad,25,100,20);
glTranslatef(2,2,2);
Posted by: Guest on November-25-2020

Browse Popular Code Answers by Language