Enumerations |
|
| enum | siTxtContourStretchingMethod { siContourStretchingWalkingOnMesh = 0, siContourStretchingSpatialDistance = 1, siContourStretchingReqularQuads = 2, siContourStretchingProjectionOnSurface = 3 } |
| enum siTxtContourStretchingMethod |
| siContourStretchingWalkingOnMesh | [0] Texture coordinates obtained by accumulated distance from contours while walking along mesh edges. |
| siContourStretchingSpatialDistance | [1] Texture coordinates obtained by accumulated spatial distance from contours to the mesh vertices. |
| siContourStretchingReqularQuads | [2] Texture coordinates obtained by accumulated distances along grid lines obtained from contours. |
| siContourStretchingProjectionOnSurface | [3] Texture coordinates obtained by projection on a parameteric surface built from contours. |