RenderContextBase.DrawRichSmoothTriangles (IList<IndexTriangle>, IList<Point3D>, IList<Vector3D>, IList<PointF>) Method

Public MustOverride Sub DrawRichSmoothTriangles( _ 
ByVal triangles As IList(Of IndexTriangle), _ 
ByVal vertices As IList(Of Point3D), _ 
ByVal normals As IList(Of Vector3D), _ 
ByVal texCoords As IList(Of PointF) _ 
)
This language is not supported or no code example is available.
public abstract void DrawRichSmoothTriangles( 
IList<IndexTriangle> triangles
IList<Point3D> vertices
IList<Vector3D> normals
IList<PointF> texCoords 
)
This language is not supported or no code example is available.

Parameters

triangles
IList<IndexTriangle>

vertices
IList<Point3D>

normals
IList<Vector3D>

texCoords
IList<PointF>

.NET Framework

Supported in: 4.8

In this article

Definition