Efficient screen space approach for Hardware Accelerated Surfel Rendering

Ga�l Guennebaud and Mathias Paulin

Vision, Modeling and Visualization (VMV) 2003, Munich, Germany.

[bibtex] [pdf] [slides] [video]

Abstract

At present, the best way to render textured point-sampled 3D objects is doubtless the use of elliptical weighted average (EWA) surface splatting. This technique provides a high quality rendering of complex point models with anisotropic texture filtering. In this paper we present a new multi-pass approach to perform EWA surface splatting on modern PC graphics hardware. The main advantage of our approach is to be bandwidth limited because we render only one vertex by sample. To achieve this goal we efficiently use the standard OpenGL point primitive. During the first pass, visibility splatting is performed by shifting surfel backward along the viewing rays and apply a parallax depth correction on each fragment. During the second rendering pass, screen space EWA filtering is computed for each vertex and performed for each fragment. Our algorithm is implemented using programmable vertex and fragment shaders of newer PC graphics hardware.

without anisotropic filtering
with the EWA filtering

A point sampled checkerboard (64k surfels) rendered by our algorithm. Without anisotropic filtering (top) and with the EWA filtering (bottom).

a point sampled head a point sampled turtle

Two models rendered in real time by our algorithm.
[video]

top