uLambertColor:


uSpecularColor:


uAmbiLight:
Vertex Shader
Fragment Shader

What does 'MVP matrix' usually stand for?

Most Valuable Material matrix
Model View Projection matrix
Mean Value Perspective matrix
Masking Vertex Pattern matrix

Which of the following matrices are projection matrices?

Perspective
Rotation
ModelView
Orthographic
Translation

What is the model matrix? It transforms a 3D model from...

...object space to global space
...object space to clipping space
...eye space to clipping space
...global space to eye space

What is the view matrix? It transforms a 3D model from...

...object space to clipping space
...global space to eye space
...eye space to clipping space
...object space to global space

What is the projection matrix? It transforms a 3D model from...

...global space to eye space
...object space to clipping space
...object space to global space
...eye space to clipping space

How is the model view perspective matrix computed?

MVP = M * V * P
MVP = P * V * M
MVP = V * P * M
MVP = M * P * V

Which of the following names is related to diffuse lighting?

Euler
Lambert
Barycentric
Fresnel