Catmull–Clark subdivision surface: Difference between revisions

Content added Content deleted
m (→‎{{header|C}}: comment)
Line 44: Line 44:


=={{header|C}}==
=={{header|C}}==
Only the subdivision part. The [[Catmull–Clark_subdivision_surface/C|full source]] is way too long to be shown here.
Only the subdivision part. The [[Catmull–Clark_subdivision_surface/C|full source]] is way too long to be shown here. Lots of macros, you'll have to see the full code to know what's what.
<lang c>vertex face_point(face f)
<lang c>vertex face_point(face f)
{
{