What is texture mapping Flashcards

1
Q

Texture mapping

A

Technique to handle variations in reflectence
Stores the reflectence as a pixel based image and maps it onto the surface of the object

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

Texture Lookup

A

Used by the shader to get the colour of the texture of the shading point, and use it as the diffuse component of the lambertian shading model

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

Define texture

A

Bitmap image
2D array

Pixels of the texture –> texels

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

When does texture distortion occur

A

when care isn’t
taken to ensure that each texel area correctly corresponds to a single
pixel area,

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

Rasterization

A

Process that converts vector graphics (lines and curves) into a bitmap image.

determining which pixels should approximate the quad

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

Texture mapping function

A

function that maps from the surface to the texture that we can easily
compute for every pixel

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