Hey,
I’ve been trying to learn OpenGL and after learning some of the fixed functionality stuff, I’m trying to learn the newer versions of OpenGL.
I’m following this tutorial here on the LWJGL Wiki.
The code works fine if I copy paste it into Eclipse, but the code I’ve written is spread out over more classes.
No errors are being printed out, but nothing is being rendered to the screen.
I’ve posted my code in a pastebin, I was hoping someone might be able to point out where I’ve gone wrong.
Pastebin: http://www.java-gaming.org/index.php?action=pastebin&hex=5fd164b2f3e
Thanks,
Rich