Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tessellator.addVertexWithUV(0, 0, 0, 0, 0);
- tessellator.addVertexWithUV(1, 0, 0, 1, 0);
- tessellator.addVertexWithUV(1, 0, 1, 1, 1);
- tessellator.addVertexWithUV(0, 0, 1, 0, 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement