Light Flashcards

1
Q

What is Lambertian reflection?

A

Lambertian reflectors spread light equally in all directions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the equation of Light intensity of Lambertian reflection?

A

Intensity = Kd * Id * N.L

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What do the values in the light intensity equation for Lambertian reflection stand for?

A

Kd = reflectance coefficient
N = Surface normal
L = light vector
Id = Light intensity (3D Vector , rgb)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the Ambient reflection equation?

A

I = I_a * K_a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What do the values in the ambient reflection equation stand for?

A

I = Pixel intensity
I_a = ambient light intensity
K_a = ambient reflection coefficient of the surface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is ambient reflection?

A

A approximation for the contribution of indirect lighting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is diffuse refelction?

A

Light is reflected in all directions randomly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is specular reflection?

A

Light is reflected in one focused direction like a mirror

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do you normalise a vector (dx, dy, dz)?

A

Find its length
l = sqrt(dx^2 + dy^2 +dz^2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the surface normal equation of a sphere?

A

n = p - c_s

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the diffuse term equation?

A

I_Pixel,c = K_d,c * I_Light,c * n · l
n = normalised surface normal
l = normalised vector light source

How well did you know this?
1
Not at all
2
3
4
5
Perfectly