High-Performance Graphics 2014
Permanent URI for this collection
Browse
Browsing High-Performance Graphics 2014 by Subject "Geometric algorithms"
Now showing 1 - 1 of 1
Results Per Page
Sort Options
Item High-Performance Delaunay Triangulation for Many-Core Computers(The Eurographics Association, 2014) Fuetterling, Valentin; Lojewski, Carsten; Pfreundt, Franz-Josef; Ingo Wald and Jonathan Ragan-KelleyWe present an efficient implementation of a Dwyer-style Delaunay triangulation algorithm that runs in O(N) expected time. An implicit quad-tree is constructed directly from the floating point bit patterns of the input points by sorting the corresponding Morton codes with a radix sorting procedure. This unique structure adapts elegantly to any (non-)uniform distribution of input points and increases the accuracy of the merging calculations by grouping floating point values with similar bit patterns. Our implementation allows for easy parallelization and we demonstrate a record construction speed of one Billion Delaunay triangles in just 8s on a many-core SMP machine.