What makes OpenGL right handed?

Started by
62 comments, last by szecs 14 years ago
Ha - the thread is back! :)
Quote:Is your projection matrix slightly different between OpenGL and Direct3D?
Yup, that's exactly right. The projection matrices (both the right-handed and left-handed versions) are the same for the two APIs except for a couple of elements that are computed differently due to the differing canonical view volumes.
Advertisement
Opengl fixed pipeline is dead, now all is made on vertex/fragment programs, also Directx, right handed or left handed depends on your projection matrix ONLY, you could use the same in both APIs.
Quote:Opengl fixed pipeline is dead, now all is made on vertex/fragment programs, also Directx, right handed or left handed depends on your projection matrix ONLY, you could use the same in both APIs.
Well, yes, that was kind of the whole point of the thread :)
Could we drop a nuke on this thread?

This topic is closed to new replies.

Advertisement