Guest User

Untitled

a guest
Feb 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. //Kocka
  2. glColor3f(0,1,0);
  3. glPushMatrix();
  4. glRotatef(rot, 0,0,1);
  5. glPushMatrix();
  6.  
  7. glTranslatef(0,0,14);
  8. glRotatef(45,1,1,0);
  9. glScalef(5,5,5);
  10. glutWireCube(1);
  11. glPopMatrix();
  12. glPopMatrix();
Add Comment
Please, Sign In to add comment