RenderContextBase.DrawTriangles (Point3D(), Vector3D(), Color(), Boolean) Method

Draws triangles with one normal and color per vertex per vertex and 1D texture coordinates.
Public MustOverride Sub DrawTriangles( _ 
ByVal vertices As Point3D(), _ 
ByVal normals As Vector3D(), _ 
ByVal colors As Color(), _ 
Optional ByVal addToCurrentBufferPart As Boolean = false _ 
)
This language is not supported or no code example is available.
public abstract void DrawTriangles( 
Point3D[] vertices
Vector3D[] normals
Color[] colors
bool addToCurrentBufferPart = false 
)
This language is not supported or no code example is available.

Parameters

vertices
Point3D[]

<default>

normals
Vector3D[]

<default>

colors
Color[]

<default>

addToCurrentBufferPart
bool

If true adds the data to the current buffer part

.NET Framework

Supported in: 4.8

In this article

Definition