RenderContextBase.DrawMulticolorSmoothTriangles Method

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

Parameters

triangles
IList<IndexTriangle>

vertices
IList<Point3D>

normals
IList<Vector3D>

alpha
byte

.NET Framework

Supported in: 4.8

In this article

Definition