Advertisement
Guest User

Untitled

a guest
Aug 10th, 2015
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. tessellator.addVertexWithUV(0, 0, 0, 0, 0);
  2. tessellator.addVertexWithUV(1, 0, 0, 1, 0);
  3. tessellator.addVertexWithUV(1, 0, 1, 1, 1);
  4. tessellator.addVertexWithUV(0, 0, 1, 0, 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement