Interactive SPH simulation and rendering on the GPU

  • Authors:
  • Prashant Goswami;Philipp Schlegel;Barbara Solenthaler;Renato Pajarola

  • Affiliations:
  • University of Zurich;University of Zurich;University of Zurich;University of Zurich

  • Venue:
  • Proceedings of the 2010 ACM SIGGRAPH/Eurographics Symposium on Computer Animation
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper we introduce a novel parallel and interactive SPH simulation and rendering method on the GPU using CUDA which allows for high quality visualization. The crucial particle neighborhood search is based on Z-indexing and parallel sorting which eliminates GPU memory overhead due to grid or hierarchical data structures. Furthermore, it overcomes limitations imposed by shading languages allowing it to be very flexible and approaching the practical limits of modern graphics hardware. For visualizing the SPH simulation we introduce a new rendering pipeline. In the first step, all surface particles are efficiently extracted from the SPH particle cloud exploiting the simulation data. Subsequently, a partial and therefore fast distance field volume is rasterized from the surface particles. In the last step, the distance field volume is directly rendered using state-of-the-art GPU raycasting. This rendering pipeline allows for high quality visualization at very high frame rates.