Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Courses
Scotty3D
Commits
d13581c6
Unverified
Commit
d13581c6
authored
Oct 18, 2021
by
Sanjay Salem
Committed by
GitHub
Oct 18, 2021
Browse files
fixed catmull clark wikipedia link
parent
c015a687
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/guide/model.md
View file @
d13581c6
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment