Click or drag to resize

IIndexedTriangleBufferAddTriangleIndices(Int32, Int32, Int32, Boolean) Method

Adds the indices for one triangle.

Namespace: Altaxo.Graph.Graph3D.GraphicsContext
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void AddTriangleIndices(
	int v1,
	int v2,
	int v3,
	bool isLeftHandedCOS
)

Parameters

v1  Int32
The index of vertex 1.
v2  Int32
The index of vertex 2.
v3  Int32
The index of vertex 3.
isLeftHandedCOS  Boolean
True if this is a left handed coordinate system.
See Also