You are viewing the course site for a past offering of this course. The current offering may be found here.
Lecture 6: The Rasterization Pipeline (10)
kavimehta

One solution to this problem is to cut the polygons into sortable sub-pieces. The most popular method for doing this is called Newell's algorithm, although modern computer graphics does not employ it.

https://en.wikipedia.org/wiki/Newell%27s_algorithm

killawhale2

@kavimehta Is there a crucial reason why modern computer graphics don't employ this? Seems like a reasonable choice to break the triangles into smaller polygons once the triangles can't be sorted.

glee-

This algorithm reminds me quite a bit of a very common problem in systems courses - deadlocks. Perhaps another approach rather than Newell's algorithm is to use one that resolves deadlocks?

https://en.wikipedia.org/wiki/Deadlock#Deadlock_handling

You must be enrolled in the course to comment