stackgl / contributing

Contribution guidelines for stackgl projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mesh-subdivide

hughsk opened this issue · comments

Would be fantastic to have a module for subdividing simplicial complex meshes, e.g. for smoothing out the bunny mesh in some demos. I got halfway there using Loop subdivision but got stuck unfortunately :(

Should probably have more than one of these. Loop subdivision is good, but we could also add Kobbelt's sqrt(3) subdivision, Doo-Sabin and Catmull-Clark to the list.