Note: This documentation is preliminary and is subject to change.
Tessellates the given mesh using the N-patch tessellation scheme.
Definition
Visual Basic .NET
Public Shared Function TessellateNPatches( _ ByVal mesh As Mesh, _ ByVal adjacencyIn() As Integer, _ ByVal numSegs As Single, _ ByVal quadraticInterpNormals As Boolean, _ ByRef adjacencyOut As GraphicsStream _ ) As Mesh
C#
public static MeshTessellateNPatches( Meshmesh, int[] adjacencyIn, floatnumSegs, boolquadraticInterpNormals, out GraphicsStreamadjacencyOut );