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

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

Parameters

triangles
IList<IndexTriangle>

vertices
IList<Point3D>

normals
IList<Vector3D>

.NET Framework

Supported in: 4.8

In this article

Definition