Perspective Rotation about Y axis

Posted by N.A.Reddy on Stack Overflow See other posts from Stack Overflow or by N.A.Reddy
Published on 2010-05-06T12:27:45Z Indexed on 2010/05/06 12:38 UTC
Read the original article Hit count: 424

Filed under:

Hello Experts,

I have a 2D image and I want to create a anaglyph image for this single 2D image. To do this I need to create Left and Right views. I will considar my 2D image as Left view and I want to create Right View now.

I came to know that the perspective rotation (about Y axis) and perspective skews will give the right image.

I know that the perspective projection is related to 3D.

Basically I am new to 3D programming.

Can you plz explain how to do perspective rotation abuout Y-axis. And how can I apply this to my 2D image.I am using C++.

Thank you verymuch

N.A.Reddy.

© Stack Overflow or respective owner

Related posts about perspectives