Posted August 31, 201312 yr Hey there again, I'm having troubles using the drawRect() function. So I have a GuiScreen set up and want to render a semi-transparent black box to it, but it doesn't work properly. drawRect(50, 50, 100, 100, 0x00000088); And yes, it is in the drawScreen() method. Since I installed the build #804, this code snippet doesn't work anymore. Any help? ~sep87x
September 2, 201312 yr I don't think this has something to do with the drawRect() method. Can you show how you're doing your texture binding? Whoops, no texture off course! Can you show how you're doing your other rendering? Could it be that this render is done first, and another thing is rendering above this box? Author of PneumaticCraft, MineChess, Minesweeper Mod and Sokoban Mod. Visit www.minemaarten.com to take a look at them.
September 2, 201312 yr Author Well ... for some reasons ... the code started working again ... I really don't know what's up with Forge. Something strange ...
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.