RenderContextBase.DrawTrianglesWithDisplacement (PointWithDisplacement(), Vector3D(), Color(), Double, Boolean) Method

Draws triangles PointWithDisplacement vertices.
Public MustOverride Sub DrawTrianglesWithDisplacement( _ 
ByVal vertices As PointWithDisplacement(), _ 
ByVal normals As Vector3D(), _ 
ByVal colors As Color(), _ 
ByVal ampFactor As Double, _ 
Optional ByVal addToCurrentBufferPart As Boolean = false _ 
)
This language is not supported or no code example is available.
public abstract void DrawTrianglesWithDisplacement( 
PointWithDisplacement[] vertices
Vector3D[] normals
Color[] colors
double ampFactor
bool addToCurrentBufferPart = false 
)
This language is not supported or no code example is available.

Parameters

vertices
PointWithDisplacement[]

<default>

normals
Vector3D[]

<default>

colors
Color[]

<default>

ampFactor
double

<default>

addToCurrentBufferPart
bool

If true adds the data to the current buffer part

.NET Framework

Supported in: 4.8

In this article

Definition