Bounding Volume Hierarchy

Bounding Volume Hierarchy

A bounding volume hierarchy (BVH) is a tree structure on a set of geometric objects. All geometric objects are wrapped in bounding volumes that form the leaf nodes of the tree. These nodes are then grouped as small sets and enclosed within larger bounding volumes. These, in turn, are also grouped and enclosed within other larger bounding volumes in a recursive fashion, eventually resulting in a tree structure with a single bounding volume at the top of the tree. Bounding volume hierarchies are used to support several operations on sets of geometric objects efficiently, such as in collision detection.

Although wrapping objects in bounding volumes and performing collision tests on them before testing the object geometry itself simplifies the tests and can result in significant performance improvements, the same number of pairwise tests between bounding volumes are still being performed. By arranging the bounding volumes into a bounding volume hierarchy, the time complexity can be reduced to logarithmic in the number of tests performed. With such a hierarchy in place, during collision testing, children do not have to be examined if their parent volumes are not intersected.

Read more about Bounding Volume Hierarchy:  BVH Design Issues, Construction

Famous quotes containing the words bounding, volume and/or hierarchy:

    I fell her finger light
    Laid pausefully upon life’s headlong train;—
    The foot less prompt to meet the morning dew,
    The heart less bounding at emotion new,
    And hope, once crush’d, less quick to spring again.
    Matthew Arnold (1822–1888)

    Measured by any standard known to science—by horse-power, calories, volts, mass in any shape,—the tension and vibration and volume and so-called progression of society were full a thousand times greater in 1900 than in 1800;Mthe force had doubled ten times over, and the speed, when measured by electrical standards as in telegraphy, approached infinity, and had annihilated both space and time. No law of material movement applied to it.
    Henry Brooks Adams (1838–1918)

    In a hierarchy every employee tends to rise to his level of incompetence.
    Laurence J. Peter (1919–1990)