loop subdivision surfaces
Tuesday, December 12th, 2006 by BramzI’ve implemented subdivision surfaces for the TriangleMesh using the Loop’s scheme. Triangles are split in four, and the vertices are weighted using masks to produce a smoother surface. This process is repeated a few times, indicated by the subdivision level. The implementation also supports the concept of creases. If an edge of the mesh has […]