Click or drag to resize

IPositionNormalUVIndexedTriangleBufferAddTriangleVertex 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,
	double nx,
	double ny,
	double nz,
	double u,
	double v
)

Parameters

x  Double
The x position.
y  Double
The y position.
z  Double
The z position.
nx  Double
The x component of the normal.
ny  Double
The y component of the normal.
nz  Double
The z component of the normal.
u  Double
The u texture coordinate.
v  Double
The v texture coordinate.
See Also