Home Technical Talk

Houdini | Implementing Catmull-Clark Subdivision - Introduction & Rules


Subdivision surfaces are piecewise parametric surfaces defined over meshes of arbitrary topology.

It's an algorithm that maps from a surface to another more refined surface, where the surface is described as a set of points and a set of polygons with vertices at those points. The resulting surface will always consist of a mesh of quadrilaterals.

Replies

  • Eric Chadwick
    It's interesting to learn the math behind the algorithm, however this goal isn't really made clear to the viewer.

    It would help to use the last frame as your video thumbnail, with all the calculation steps visible. Show the viewer what they're getting from their time investment, before they even click on the link.

    Also the presentation seems pretty dry. The introduction is particularly difficult to sit through. It seems a poor use of the video medium, to lay out a bunch of concepts, but show only a subdivided rotating cube, whose rotation doesn't even loop. It would be much more engaging to show brief visual examples of each point as you introduce them.

    Even better, visually show an overview of the 11 hours of content, what is the viewer expected to gain from their investment?
  • animatrix
    Thanks Eric for the feedback. This chapter is particularly harder to convey because the entire section is several hours long so here I just wanted to give an idea of some approaches wrt to problem solving, analyzing formulas, etc.

    You can find a much better overview in the trailer video:

  • Eric Chadwick
    Ah that's great, thank you. Still, it would help to add a better thumbnail for the subdiv video, if you want to pull the viewer in.
Sign In or Register to comment.