Posted July 28, 20187 yr I really need help i've been trying to figure out how to draw an image onto my GUI, i have this Mod for 1.8.9 and i want to draw an image on the screen whenever i open the GUI sorta like a watermark, can somebody help me maybe give me some code to work with.
July 28, 20187 yr this.drawTexturedModalRect(x, y, u, v, xSize, ySize); inside your GUI class. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
July 28, 20187 yr Author 1 minute ago, Draco18s said: this.drawTexturedModalRect(x, y, u, v, xSize, ySize); inside your GUI class. yea it draws a rectangle i want to draw an image
July 28, 20187 yr That's what that function does. It draws a texture. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
July 28, 20187 yr Author Just now, Draco18s said: That's what that function does. It draws a texture. yea i know that but how do draw the image with that func that's what i want to know
July 28, 20187 yr Step 1: Bind the texture Step 2: Call the function Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
July 28, 20187 yr Author 2 minutes ago, Draco18s said: Step 1: Bind the texture Step 2: Call the function so much for help give me an example.
July 28, 20187 yr Cough: 31 minutes ago, Draco18s said: That's what that function does. It draws a texture. Four examples. Right there. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.