Two methods for antialiased wireframe drawing with hidden line removal

  • Authors:
  • J. Andreas Bærentzen;Steen Lund Nielsen;Mikkel Gjøl;Bent D. Larsen

  • Affiliations:
  • Technical University of Denmark;Deadline Games;Zero Point Software;Technical University of Denmark

  • Venue:
  • Proceedings of the 24th Spring Conference on Computer Graphics
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Two novel and robust techniques for wireframe drawing are proposed. Neither suffer from the well-known artifacts associated with the standard two pass, offset based techniques for wireframe drawing. Both methods draw prefiltered lines and produce high-quality antialiased results without super-sampling. The first method is a single pass technique well suited for convex N-gons for small N (in particular quadrilaterals or triangles). It is demonstrated that this method is more efficient than the standard techniques and ideally suited for implementation using geometry shaders. The second method is completely general and suited for arbitrary N-gons which need not be convex. Lastly, it is described how our methods can easily be extended to support various line styles.