SyntaxFix
Write A Post
Hire A Developer
Questions
Here's the code:
glPushMatrix(); glTranslatef(18,2,0); glRotatef(angle, 0, 0, 0.7); glColor3ub(0,255,255); glutWireSphere(3,10,10); glPopMatrix();