Click or drag to resize

GraphicsContext3DBaseGetPositionNormalIndexedTriangleBuffer Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.GraphicsContext.GraphicsContext3DBase.GetPositionNormalIndexedTriangleBuffer(Altaxo.Drawing.D3D.IMaterial)"]


Namespace: Altaxo.Graph.Graph3D.GraphicsContext
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract PositionNormalIndexedTriangleBuffers GetPositionNormalIndexedTriangleBuffer(
	IMaterial material
)

Parameters

material  IMaterial

[Missing <param name="material"/> documentation for "M:Altaxo.Graph.Graph3D.GraphicsContext.GraphicsContext3DBase.GetPositionNormalIndexedTriangleBuffer(Altaxo.Drawing.D3D.IMaterial)"]

Return Value

PositionNormalIndexedTriangleBuffers

[Missing <returns> documentation for "M:Altaxo.Graph.Graph3D.GraphicsContext.GraphicsContext3DBase.GetPositionNormalIndexedTriangleBuffer(Altaxo.Drawing.D3D.IMaterial)"]

Implements

IGraphicsContext3DGetPositionNormalIndexedTriangleBuffer(IMaterial)
See Also