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

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

Parameters

vertices
PointWithDisplacement[]

normals
Vector3D[]

tex1DCoords
float[]

ampFactor
double

addToCurrentBufferPart
bool

If true adds the data to the current buffer part

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition