AddTriangles Method (TessellationSink)
In This Topic
Copies the specified triangles to the sink.
Syntax
'Declaration
Sub AddTriangles( _
ByVal () As Triangle _
)
void AddTriangles(
Triangle[]
)
Parameters
- triangles
- An array of Triangle structures that describe the triangles to add to the sink.
See Also