Polygon visibility ordering via Voronoi diagrams
Shinichi Fukushige, Hiromasa Suzuki
In The Visual Computer, 23(7), July 2007.
Abstract: Visibility determination is one of the oldest problems in computer graphics. The visibility, in terms of back-to-front polygon visibility ordering, is determined by updating a priority list as the viewpoint moves. A new list-priority algorithm, utilizing a property of Voronoi diagrams, is proposed in this paper. The operation is in two phases. First, in a pre-processing phase the scene is divided into Voronoi cells. A sub-list associated with each cell contains references to those polygons that intersect with it. The polygons are assigned a fixed set of view-independent priority orders within the cluster. Last, an interactive phase sorts the clusters according to the depth value of each Voronoi site. The most time-consuming work is performed during the pre-processing phase that only has to be executed once for the scene. Since all the polygons in a cell are pre-computed to obtain the fixed priority order within the cluster, a relatively simple task is left in the interactive phase, which is only to sort the clusters repeatedly when the viewpoint is changed. This method contains performance benefits that make it better shaped than previous BSP based methods.
Keyword(s): Visibility determination, Voronoi diagrams, Space subdivision, Visibility ordering, Priority algorithm
@article{Fukushige:2007:PVO,
author = {Shinichi Fukushige and Hiromasa Suzuki},
title = {Polygon visibility ordering via Voronoi diagrams},
journal = {The Visual Computer},
volume = {23},
number = {7},
pages = {503--511},
month = jul,
year = {2007},
}
Return to the search page.
graphbib: Powered by "bibsql" and "SQLite3."