Click or drag to resize

GraphicsContext3DBaseGetPositionIndexedTriangleBuffer Method

Gets an indexed triangle buffer without using a normal, i.e. either IPositionIndexedTriangleBuffer, IPositionColorIndexedTriangleBuffer or IPositionUVIndexedTriangleBuffer, depending on wether the material has its own color or texture.

Namespace: Altaxo.Graph.Graph3D.GraphicsContext
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public abstract PositionIndexedTriangleBuffers GetPositionIndexedTriangleBuffer(
	IMaterial material
)

Parameters

material  IMaterial
The material to use.

Return Value

PositionIndexedTriangleBuffers
Indexed triangle buffer without using a normal, i.e. either IPositionIndexedTriangleBuffer, IPositionColorIndexedTriangleBuffer or IPositionUVIndexedTriangleBuffer, depending on wether the material has its own color or texture.

Implements

IGraphicsContext3DGetPositionIndexedTriangleBuffer(IMaterial)
See Also