Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- GL11.glPushMatrix();
- GL11.glTranslated(coord.x + 0.5, coord.y + 0.5, coord.z + 0.5);
- GL11.glColor3b(((byte) 100), ((byte) 100), ((byte) 0));
- sphere.draw(3, 12, 6);
- GL11.glPopMatrix();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement