From d13581c68ca398d2e4e38be99e8d5b000bcd4bf5 Mon Sep 17 00:00:00 2001 From: Sanjay Salem <38601117+sanjaysalem17@users.noreply.github.com> Date: Mon, 18 Oct 2021 11:01:42 -0400 Subject: [PATCH] fixed catmull clark wikipedia link --- docs/guide/model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/model.md b/docs/guide/model.md index cb52cb7..85778b3 100644 --- a/docs/guide/model.md +++ b/docs/guide/model.md @@ -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> -- GitLab