Visibility Flashcards

1
Q

Complexity of solving the visibility problem

A

The worst case complexity is O(n^2) but in reality it is more like O(n)

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

With what algorithms can i solve the visibility problem?

A
  • Painter’s Algorithm
  • z-Buffer Algorithm
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Binary Space Parition (BSP)

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

Painter’s algorithm

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

z-Buffer-algorithm

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

z-Buffer-algorithm Pros

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

z-Buffer-algorithm Cons

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