OPENGLES 2.0 equivalent of glorthof?

Posted by Zippo on Stack Overflow See other posts from Stack Overflow or by Zippo
Published on 2010-05-17T08:28:26Z Indexed on 2010/05/17 8:30 UTC
Read the original article Hit count: 523

Hi Guys,

In my iphone app, i need to project 3d scene into the 2D coordinates of the screen for some calculations. My objects go through various rotations, translations and scaling. So i figured i need to multiply the vertices with ModelView matrix first, then i need to multiply it with the Orthogonal projection matrix.

First of all am on the right track?

I have the Model View Matrix, but need the projection matrix. Is there a glorthof equivalent in ES 2.0?

PS: i am new to opengl.

Thanks for your help.

Zippo

© Stack Overflow or respective owner

Related posts about iphone-sdk-3.0

Related posts about opengles