Prashant Kumar
Prashant Kumar

Reputation: 134

How to get the screen coordinates from the world coordinates in OpenGL android

I am facing a situation in which I have to calculate the screen coordinates from a set of world coordinates. How can I do this in opengl android.

Upvotes: 2

Views: 682

Answers (1)

genpfault
genpfault

Reputation: 52084

Implement the logic of gluProject(), which is just a few matrix multiplies.

Upvotes: 1

Related Questions