Advertisement
Guest User

Untitled

a guest
Jul 4th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1.         GL11.glPushMatrix();
  2.         GL11.glTranslated(coord.x + 0.5, coord.y + 0.5, coord.z + 0.5);
  3.         GL11.glColor3b(((byte) 100), ((byte) 100), ((byte) 0));
  4.  
  5.         sphere.draw(3, 12, 6);
  6.  
  7.         GL11.glPopMatrix();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement