IPositionColorIndexedTriangleBufferAddTriangleVertex Method |
Adds the specified vertex.
Namespace: Altaxo.Graph.Graph3D.GraphicsContextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void AddTriangleVertex(
double x,
double y,
double z,
float r,
float g,
float b,
float a
)
Parameters
- x Double
- The x position.
- y Double
- The y position.
- z Double
- The z position.
- r Single
- The r color component.
- g Single
- The g color component.
- b Single
- The b color component.
- a Single
- The a color component.
See Also