Click or drag to resize

IPositionColorIndexedTriangleBufferAddTriangleVertex Method

Adds the specified vertex.

Namespace: Altaxo.Graph.Graph3D.GraphicsContext
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void AddTriangleVertex(
	double x,
	double y,
	double z,
	float r,
	float g,
	float b,
	float a
)

Parameters

x  Double
The x position.
y  Double
The y position.
z  Double
The z position.
r  Single
The r color component.
g  Single
The g color component.
b  Single
The b color component.
a  Single
The a color component.
See Also