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

Draws triangles with PointWithDisplacement vertices.
Public MustOverride Sub DrawTrianglesWithDisplacement( _ 
ByVal vertices As PointWithDisplacement(), _ 
ByVal normals As Vector3D(), _ 
ByVal singleColor 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 singleColor
double ampFactor
bool addToCurrentBufferPart = false 
)
This language is not supported or no code example is available.

Parameters

vertices
PointWithDisplacement[]

<default>

normals
Vector3D[]

<default>

singleColor
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