TEMP Flashcards

(3 cards)

1
Q

What is Binary Space Partitioning (BSP)?

What is a BSP tree?

A

Binary space partitioning (BSP) is a technique of repeatedly separating a region of space into 2 parts and cataloging objects contained within the regions. A BSP tree is a binary tree used to store information for binary space partitioning. Each node in a BSP tree contains information about a region of space and which objects are contained in the region.

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

In graphics applications, a ____ tree can be used to store all objects in a multidimensional world. It can then be used to efficiently determine which objects must be rendered on screen.

The viewer’s position in space is used to perform a lookup within this tree. The lookup quickly eliminates a large number of objects that are not visible and therefore should not be rendered.

A

BSP

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

VIEW: Using trees to store collections

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