3D point to 2D

Started by
1 comment, last by alex_r 18 years, 7 months ago
Hi, I have a problem in OGL, I have a point in 3D (XYZ), and I like to convert this point in 2D (XY)... There any way? I found some samples with glUnproject to get a 2D point and convert in 3D, can I use the same? Thanks
Advertisement
You can try gluProject().
Thanks, I made my test work with gluProject, 2D to 3D, I found a article about it in NeHe...

This topic is closed to new replies.

Advertisement