1
vote
1answer
981 views

OpenGL FPS Camera using gluLookAt()

So, I'm attempting to create an FPS style camera to explore my scene with, and it seems to be working fine. There is no way of changing the pitch of the camera at the moment. I am trying to create a ...
2
votes
4answers
2k views

OpenGL gluLookAt() not working as intended

I am making a rollercoaster inside of a skybox in OpenGL, and without much background on it's functions or computer graphics it is proving to be very difficult. I drew a rollercoaster using ...