Sciweavers

EGH
2004
Springer

A quadrilateral rendering primitive

13 years 9 months ago
A quadrilateral rendering primitive
The only surface primitives that are supported by common graphics hardware are triangles and more complex shapes have to be triangulated before being sent to the rasterizer. Even quadrilaterals, which are frequently used in many applications, are rendered as a pair of triangles after splitting them along either diagonal. This creates an undesirable C1 -discontinuity that is visible in the shading or texture signal. We propose a new method that overcomes this drawback and is designed to be implemented in hardware as a new rasterizer. It processes a potentially non-planar quadrilateral directly without any splitting and interpolates attributes smoothly inside the quadrilateral. This interpolation is based on a recent generalization of barycentric coordinates that we adapted to handle perspective correction and situations in which a quadrilateral is partially behind the point of view. Categories and Subject Descriptors (according to ACM CCS): I.3.1 [Computer Graphics]: Hardware Architect...
Kai Hormann, Marco Tarini
Added 01 Jul 2010
Updated 01 Jul 2010
Type Conference
Year 2004
Where EGH
Authors Kai Hormann, Marco Tarini
Comments (0)