-
How can I transform 3D Coordinates into 2D screen coordinates
I am a french student and I need to pass 3D coordinates into 2D screen coordinates, please help me.
-
Re: How can I transform 3D Coordinates into 2D screen coordinates
I am an italian student, and use gluProject (I assume you were asking for how to do it in OpenGL
).
1) Get current viewing matrix, projection matrix, viewport dimension
2) call gluProject passing x, y, z, and the matrices from point 1)
3) read winx, winy, and winz(!)
The winz coord is used for clipping, I think (I couldn't remeber precisely).
You should be interested in winx and winy.
This is the process as described in the red-book. Have a glance.
[This message has been edited by paolom (edited 03-10-2000).]
-
Re: How can I transform 3D Coordinates into 2D screen coordinates
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules