Raw OpenGL equivillant of GLUPerspective?
Posted
by user146780
on Stack Overflow
See other posts from Stack Overflow
or by user146780
Published on 2010-06-17T02:37:58Z
Indexed on
2010/06/17
2:42 UTC
Read the original article
Hit count: 231
how could I do the same as GluPerspective without Glu? Thanks
ex: gluPerspective(45.0, (float)w / (float)h, 1.0, 200.0);
© Stack Overflow or respective owner