July 5, 201411 yr Author Ahhh so am I basically creating a new shape each time it is called which is then causing the game to lag? That would make a whole lot of sense.
July 5, 201411 yr Author How would I increase the size of an existing shape? There is only .addBox(-4F, -4F, -4F, 8, 8, ; which I use to set the size.
July 5, 201411 yr I don't know. Toy around with GL11.glScalef , maybe? Remember to GL11.push - and GL11.popMatrix .
July 5, 201411 yr Author I will just have a google, that solves many problems. Edit: New plan, I will make all the models I need in the constructor and then just set them hidden when I don't need them, I think that should work, maybe...
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.