Der Vortrag „OpenGL Matrices“ von Eduonix Learning Solutions ist Bestandteil des Kurses „iOS OpenGL ES 2.0“. Der Vortrag ist dabei in folgende Kapitel unterteilt:
5 Sterne |
|
5 |
4 Sterne |
|
0 |
3 Sterne |
|
0 |
2 Sterne |
|
0 |
1 Stern |
|
0 |
... that the columns and rows are swapped in reference to the ordering we discussed earlier in reference to Core Animation: 1 0 0 ...
... Each cell in each row of A is multiplied by ...
... as it is actually conceived in 3D space. The view is how the model appears to the eye at any given point of time. The projection is the final appearance of the model taking ...
... The final product of all the transform matrices with the projection matrix is called the Model – View – Projection matrix. This matrix is ...
... vec4 VertexColor; uniform mat4 ModelViewProjection; varying vec4 ...