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

Draws triangles with one normal and color 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(), _ 
ByVal colors As Color() _ 
)
This language is not supported or no code example is available.
public virtual void DrawTrianglesPartial( 
Point3D[] vertices
Vector3D[] normals
Color[] colors 
)
This language is not supported or no code example is available.

Parameters

vertices
Point3D[]

<default>

normals
Vector3D[]

<default>

colors
Color[]

<default>

.NET Framework

Supported in: 4.8

In this article

Definition