Hi!
After a few years of inactivity, I decided to get Eclipse from under the dust and try my hands at LWJGL. To get back into things, I’m trying to convert some of my previous OpenGL attempts to LWJGL. However, I’ve always used the convenient gluLookat() and gluPerspective() to set my viewport correct.
GLU is mentioned in the API docs, but Eclipse says it’s not in the jar. I guess you dropped it to keep things mean&lean.
What is the alternative to GLU? I am now downloading the source code and copying the few methods I need into my own source tree, but is that the only way?
