Homework3 Flashcards

(10 cards)

1
Q

What does a RAW file contain?

A

RAW files simply contain the bytes of the image one after another.

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

What is the program Terragen used for?

A

a program used to generate heightmaps procedurally that provides tools for modifiying heightmaps

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

True or False

Blend maps are embedded into the alpha channels of color maps.

A

False

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

You can use a __________ filter to smooth out rough edges of a heightmap.

A

blur

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

You use a(n) _________ to describe hills and valleys in a terrain.

A

heightmap

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

After you finish creating your heightmap, in what format should you save it (according to the book)?

A

8-bit RAW file

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

In what two ways can heightmaps be generated?

A

procedurally with a program like Terragen or in an image editor such as Photoshop

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

True or False

When using a heightmap you can only apply one single texture to the entire heightmap.

A

False

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

Why can RAW files be easily read in a block of memory with one std::ifstream::read call?

A

Because a RAW file is nothing more than a contiguous block of bytes (where each byte is a heightmap entry).

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

What are blend maps used for?

A

when blending layers, it is used to control the amount each layer contributes to the final terrain image

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