Shader Flashcards
(7 cards)
1
Q
Which name is related to diffuse lighting?
A
Lambert
2
Q
How is the model view perspective matrix computed?
A
MVP = PVM
3
Q
What does ‘MVP matrix’ usually stand for?
A
Model View Projection Matrix
4
Q
Which matrices are projection matrices?
A
Perspective and Orthographic
5
Q
What is the projection matrix? It transforms a 3D model from…
A
Eye space to clipping space
6
Q
What is the view matrix? It transforms a 3D model from…
A
Global space to eye space
7
Q
What is the model matrix? It transforms a 3D model from…
A
Object space to global space