RenderContextBase.DrawTrianglesPartial (Point3D(), Vector3D(), PointF()) Method

Draws triangles with one normal per vertex, as part of a drawing loop (no Begin-End is done).
Public Overridable Sub DrawTrianglesPartial( _ 
ByVal vertices As Point3D(), _ 
ByVal normals As Vector3D(), _ 
Optional ByVal texCoords As PointF() = null _ 
)
This language is not supported or no code example is available.
public virtual void DrawTrianglesPartial( 
Point3D[] vertices
Vector3D[] normals
PointF[] texCoords = null 
)
This language is not supported or no code example is available.

Parameters

vertices
Point3D[]

<default>

normals
Vector3D[]

<default>

texCoords
PointF[]

<default>

.NET Framework

Supported in: 4.8

In this article

Definition