Next: Polygon Tesselation, Previous: Mipmapping, Up: GLU API [Index]
Set up a perspective projection matrix.
fov-y is the field of view angle, in degrees, in the Y direction. aspect is the ratio of width to height. z-near and z-far are the distances from the viewer to the near and far clipping planes, respectively.
The resulting matrix is multiplied against the current matrix.