Click or drag to resize

GraphicsContext3DBaseGetPositionNormalUIndexedTriangleBuffer Method

Gets an indexed triangle buffer with a normal and an additional scalar value.

Namespace: Altaxo.Graph.Graph3D.GraphicsContext
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public abstract IPositionNormalUIndexedTriangleBuffer GetPositionNormalUIndexedTriangleBuffer(
	IMaterial material,
	PlaneD3D[]? clipPlanes,
	IColorProvider colorProvider
)

Parameters

material  IMaterial
The material to use.
clipPlanes  PlaneD3D
The optional clip planes to apply.
colorProvider  IColorProvider
The color provider used to map the additional scalar value to colors.

Return Value

IPositionNormalUIndexedTriangleBuffer
An indexed triangle buffer with normals and an additional scalar component.

Implements

IGraphicsContext3DGetPositionNormalUIndexedTriangleBuffer(IMaterial, PlaneD3D, IColorProvider)
See Also