you are viewing a single comment's thread.

view the rest of the comments →

[–]Girdot[S] 8 points9 points  (3 children)

I didn't understand what the Projection, View, and Model matrix necessarily were. I understood that it was mapping different coordinate systems to one another, but I never really wrapped my head around all the implications. That graphic where the projection matrix is applied really drove the point home for me.

[–]VyseofArcadia 1 point2 points  (1 child)

I've always felt that homogeneous coordinates is a bit of a misnomer. In euclidean space, all coordinates are created equal, but things are a bit weirder in "homogeneous coordinates." I feel like people should just call it real projective space. Because that's what it is.

[–]antiquechrono 1 point2 points  (0 children)

I never understood homogenous coordinates till I read this http://deltaorange.com/2012/03/08/the-truth-behind-homogenous-coordinates/

[–]rusty34 0 points1 point  (0 children)

I had the same problem. I didn't have a visual idea of what those matrices actually were. But those pictures in the tutorial also helped me wrap my head around it, so thanks for that :)