Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Graph Namespaces
Altaxo.Graph.Graph3D.GraphicsContext
IGraphicsContext3D Interface
IGraphicsContext3D Methods
DrawLine Method
DrawString Method
GetPositionIndexedTriangleBuffer Method
GetPositionNormalIndexedTriangleBuffer Method
GetPositionNormalIndexedTriangleBufferWithClipping Method
GetPositionNormalUIndexedTriangleBuffer Method
MeasureString Method
PrependTransform Method
RestoreGraphicsState Method
RotateTransform Method
SaveGraphicsState Method
TranslateTransform Method
IGraphics
Context
3D
Get
Position
Indexed
Triangle
Buffer 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#
Copy
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
Reference
IGraphicsContext3D Interface
Altaxo.Graph.Graph3D.GraphicsContext Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net