Today I hit a milestone. And what a nice one. I can remove Beethoven's eyebrows. More importantly I have a big chunk of one of my test cases done and working: A very naive decimation algorithm (collapse shortest edge), and I've done it badly.
Functional Programming
Dysfunctional Ravings
Ok, so I've been hacking with Haskell for a while now, and I want to share some of the wow factor:
I'm doing some graph-fu with meshes, something that is particularly problematic for reasons I won't go into today (watch this space). I extract the edges from a list of triangles, themselves extracted from a list of triangle strips, and immediately run into swearsville as both the extraction from triangles and the triangle strips introduce non-unique edges.




