Efficient Loop Subdivision
Uni Coursework - Masters (25/25)
- Tech Stack: C++
Given a triangular mesh in directed edge format, we can perform the Loop Subdivision scheme by editing the mesh in place (without creating a temporary copy of the original).
Given a triangular mesh in directed edge format, we can perform the Loop Subdivision scheme by editing the mesh in place (without creating a temporary copy of the original).