Triangle scan conversion using 2D homogeneous coordinates

Department

Program

Citation of Original Publication

Olano, Marc, and Trey Greer. “Triangle Scan Conversion Using 2D Homogeneous Coordinates.” Proceedings of the ACM SIGGRAPH/EUROGRAPHICS Workshop on Graphics Hardware - HWWS ’97, 1997, 89–95. https://doi.org/10.1145/258694.258723.

Rights

This item is likely protected under Title 17 of the U.S. Copyright Law. Unless on a Creative Commons license, for uses protected by Copyright Law, contact the copyright holder or the author.

Abstract

We present a new triangle scan conversion algorithm that works entirely in homogeneous coordinates. By using homogeneous coordinates, the algorithm avoids costly clipping tests which make pipelining or hardware implementations of previous scan conversion algorithms difficult. The algorithm handles clipping by the addition of clip edges, without the need to actually split the clipped triangle. Furthermore, the algorithm can render true homogeneous triangles, including external triangles that should pass through infinity with two visible sections. An implementation of the algorithm on Pixel-Planes 5 runs about 33% faster than a similar implementation of the previous algorithm.