Category: Computer Graphics 2

  • Catmull-Clark Subdivision Algorithm with OpenGL

    The Catmull-Clark subdivision algorithm is an algorithm used to form objects with smooth curves gradually. The procedure itself looks simple. First we find the face-points which are the center points of the faces of the object. We find every face-point because we will use them later. Second we find the edge-points for each edge. An…