In general, applications don't use glFrustum(), as GLU provides a simpler interface: gluPerspective(). void gluPerspective(GLdouble fovy, GLdouble aspect, ...
確定! 回上一頁