Click or drag to resize

IGraphicsContext3DGetPositionIndexedTriangleBuffer 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.3179.0 (4.8.3179.0)
Syntax
C#
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.
See Also