OpenGl problem - Don't render anything (LWJGL)

Hi, I started working on one project to try make simple 3d game… I know java good, but I’m newbie in OpenGl… than I look at some tutorial and I use something from it… all worked nice before I added “Scene” class, it holding all models and camera. Now it still showing only black screen… Where can be problem? What can I lost…

Some source, if you need something more say…
http://www.java-gaming.org/?action=pastebin&id=279

Thanks for help and sorry for not very good english.

You aren’t showing the code for the transformations. However, this is where the problem should be:


sceneManager.getScene().cam.applyTranslations();

Also, you are using very old OpenGL. I suggest you forget all that you learned so far and use these tutorials. You’ll also need the Java+LWJGL ports.