Jump to content

Progressive refinement

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Zxcvbnm (talk | contribs) at 20:43, 12 December 2020 (Disambiguating links to Level of detail (link changed to Level of detail (computer graphics)) using DisamAssist.). 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