One-point perspective in openGL

Hi, I want to implement a one-point perspective in OpenGL at z=100. I’m not sure how to implement it using gluPerspective or glFrustum. How can I do this?

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.