Jump to content

xR4V3

Members
  • Posts

    1
  • Joined

  • Last visited

xR4V3's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. java ScaledResolution f = new ScaledResolution(Minecraft.getMinecraft().gameSettings, Minecraft.getMinecraft().displayWidth, Minecraft.getMinecraft().displayHeight); Tessellator tessellator = Tessellator.instance; tessellator.startDrawingQuads(); tessellator.addVertexWithUV(x, y + h, 0.0D, arr0, arr3); tessellator.addVertexWithUV(x + w, y + h, 0.0D, arr2, arr3); tessellator.addVertexWithUV(x + w, y, 0.0D, arr2, arr1); tessellator.addVertexWithUV(x, y, 0.0D, arr0, arr1); GL11.glPushMatrix(); GL11.glScaled(1.6D, 2.0D, 1.6D); tessellator.draw(); GL11.glPopMatrix(); The problem is that the image of each user is located in the wrong place, and it should be in the center and above.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.