Boolean operations on surfel-bounded solids using programmable graphics hardware

  • Authors:
  • Bart Adams;Philip Dutré

  • Affiliations:
  • Department of Computer Science, Katholieke Universiteit Leuven;Department of Computer Science, Katholieke Universiteit Leuven

  • Venue:
  • SPBG'04 Proceedings of the First Eurographics conference on Point-Based Graphics
  • Year:
  • 2004

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper we present an algorithm to compute boolean operations on free-form solids bounded by surfels using programmable graphics hardware. The intersection, union and difference of two or more solids, is calculated on the GPU using vertex and fragment programs. First, we construct an inside-outside partitioning using 3-color grids and signed distance fields. Next, we use this partitioning to classify the surfels of both solids as inside or outside the other solid. For surfels close to the boundary of the other solid, we use the distance field and its gradient to define a clipping plane, which can be used to resample or clip the surfel. Our algorithm runs at interactive rates on consumer-level graphics hardware.