Skip to main content

All Questions

0 votes
1 answer
37 views

How are these two projection matrices related?

I have two 3D perspective projection matrices $A,B$ with standard projection parameters $k=\cot(\theta/2)$, where $\theta$ is the field of view, $n$ is the $z$-near value, $f$ is the $z$-far value, ...
Scene's user avatar
  • 157
0 votes
1 answer
579 views

Understanding orthographic projection matrix clip coordinates

I'm confused about what orthographic projection matrix outputs. Based on what I know so far, orthographic projection matrix converts vertexes in eye coordinates into clip coordinates. But what exactly ...
Jimmy Yang's user avatar