IGraphicsContext3DGetPositionNormalUIndexedTriangleBuffer Method |
Gets an indexed triangle buffer with a normal and an additional scalar value.
Namespace: Altaxo.Graph.Graph3D.GraphicsContextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxIPositionNormalUIndexedTriangleBuffer 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
IPositionNormalUIndexedTriangleBufferAn indexed triangle buffer with normals and an additional scalar component.
See Also