GL11.glEnable(GL11.GL_MATERIAL) gives an error saying no such variable.
I’m trying to add lighting to my project, can someone tell me how adding materials and creating them is done?
With lighting you need to setup light positions.
and something like:
GL11.glEnable(GL11.GL_LIGHTING);
GL11.glEnable(GL11.GL_LIGHT0);
if you got MSN or skype, add me. I can help you through the basics of LWJGL.
Okay, added you on MSN.