RenderContextBase.DrawTriangles (Point3D()) Method

Draws triangles without normals.
Public MustOverride Sub DrawTriangles( _ 
ByVal vertices As Point3D() _ 
)
This language is not supported or no code example is available.
public abstract void DrawTriangles( 
Point3D[] vertices 
)
This language is not supported or no code example is available.

Parameters

vertices
Point3D[]

The vertices

.NET Framework

Supported in: 4.8

In this article

Definition