Future Demo

Published 2023-06-12


This is a stepping stone to an overly-ambitious project.

I'm looking for a better way to sort a table of triangles--currently sorting speed for around 150 triangles is preventing me from having solid filled triangles.

Does anyone have a good quicksort implementation that could sort a list of triangles, where each triangle contains 3 points and a centroid "z" value?

That said, I actually like the way that the wire-frame looks, and backface culling almost makes hills appear opaque.