Fork me on GitHub
#datavis
<
2015-12-06
>
meow16:12:11

Well, I got a basic skeletonize function working, but I'm having some kind of problems with Clojure laziness, which I think I fixed, but I'm still getting some holes in my mesh so something is off.

meow23:12:47

somehow I'm ending up with a mesh that must not be watertight because if I run it through something like catmull-clark then I can see little tears in the fabric of my mesh. 😞

meow23:12:24

otherwise, my skeletonize function seems to be working pretty well