Unverified Commit d13581c6 authored by Sanjay Salem's avatar Sanjay Salem Committed by GitHub
Browse files

fixed catmull clark wikipedia link

parent c015a687
......@@ -142,7 +142,7 @@ that, e.g., flat faces stay flat, and old vertices remain where they were.
Just as with linear subdivision, each
polygon is split into quadrilaterals, but this time the vertex positions are
updated according to the [Catmull-Clark subdivision
rules](https://en.wikipedia.org/wiki/Catmull_Clark_subdivision_surface),
rules](https://en.wikipedia.org/wiki/Catmull-Clark_subdivision_surface),
ultimately generating a nice rounded surface.
<video src="{{ site.baseurl }}/guide/model_mode/catmull_subd.mp4" controls preload muted loop style="max-width: 100%; margin: 0 auto;"></video>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment