Add a figure to the vertex boundary interpolation doc

This commit is contained in:
manuelk 2013-09-20 10:39:05 -07:00
parent 945bd59c7e
commit fbea764170
4 changed files with 9 additions and 0 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -41,6 +41,7 @@
<ul>
<li><a href="subdivision_surfaces.html#introduction">Introduction</a></li>
<li><a href="subdivision_surfaces.html#manifold-geometry">Topology</a></li>
<li><a href="subdivision_surfaces.html#boundary-interpolation-rules">Boundary Interpolation</a></li>
<li><a href="subdivision_surfaces.html#semi-sharp-creases">Semi-Sharp Creases</a></li>
<li><a href="subdivision_surfaces.html#hierarchical-edits">Hierarchical Edits</a></li>
<li><a href="subdivision_surfaces.html#uniform-subdivision">Uniform</a></li>

View File

@ -141,6 +141,7 @@ The following rule sets can be applied to vertex data interpolation:
| Mode | Behavior |
+========================+==========================================================+
| 0 - **None** | No boundary interpolation behavior should occur |
| | (debug mode - boundaries are undefined) |
+------------------------+----------------------------------------------------------+
| 1 - **EdgeOnly** | All the boundary edge-chains are sharp creases and |
| | boundary vertices with exactly two incident edges are |
@ -151,6 +152,13 @@ The following rule sets can be applied to vertex data interpolation:
| | |
+------------------------+----------------------------------------------------------+
On a quad example:
.. image:: images/vertex_boundary.png
:align: center
:target: images/vertex_boundary.png
Facevarying Data
****************