Progressive refinement

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Dpleibovitz (talk | contribs) at 17:04, 25 January 2018 (see also + cats). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Progressive refinement is a ray tracing algorithm that quickly reveals coarse structure of an image, and gradually reveals additional detail over time.

The first pixel is rendered as a single rectangle occupying the entire work area. The second through fifth each occupy a quarter of the work area. Sufficient progression will refine the image until the rendered rectangles correspond to a target resolution (for example, a screen resolution).

Rectangles are laid out with an overlap pattern so as to avoid unnecessary rendering.

See also