Image space methods Flashcards

1
Q

What is so different in scan line, A or Z buffer

A

It has depth for only single scan line

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

True/ False
we must group and process all
polygons intersecting a given scan-line at the same time before process the
next scan-line

A

true

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

What kind of table is maintained in the scan line?

A

Active edge table

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

How does an AET work?

A

Maintain active-edge-table as we
visit each scan-line in scene. AET now contains edges for all polygons at that
scanline. Must maintain flag for each surface to determine whether pixel on
scan-line is inside that surface

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

When does scan line method generalization fail?

+Provide a remedy

A

This basic approach fails when surfaces cut-through each other or overlap. To
generalize we must divide surfaces to eliminateoverlaps

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

in what direction is scan line moving

A

left to right

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

in case of working of scanline where is the refresh buffer entered?

A

the intensity of the nearest position

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

What tables are maintained for the surfaces?

A

Edge table : for coordinates,inverse slope,pointers,identify the surfaces bounded by each line
Polygon table:
Coefficients of the plane of each surface
Intensity information
Pointers in the edge table

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

what is the entity contained in the edge across the current scan line.

A

Active list

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

what indicates whether or not the scan line is inside or outside the surface?

hint: I had al the red _____ that he was the best man ever

A

Flag

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

Define Area Subdivision method?

A

Recursively subdivide view plane into quadrants until:
– rectangle contains part of 1 projected surface
– rectangle contains part of no surface
– rectangle is size of pixel

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

does the recursive subdivision stop if the rectangle has all the surfaces inside, two or more overlapping surfaces, and the rectangle does not have any surface

A

False

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

compare the rectangle to what for efficiency

A

projected surface bounding

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

can we casually perform the exact interaction test if necessary,

A

no

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

on what exactly is the test performed

A

for exact intersection and color the frame buffer for the intersection of the surface and rectangle

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