Catmull–Clark subdivision surface/Tcl Test Code: Difference between revisions

Content added Content deleted
No edit summary
Line 92: Line 92:
# Visualize the new surface
# Visualize the new surface
visualizeNet .c $points2 $faces2 -outline #0000cc</lang>
visualizeNet .c $points2 $faces2 -outline #0000cc</lang>
==Program Output==
[[File:Tcl-Catmull.png]]
The figure above shows the result of running the code on this page.