IPositionColorTriangleBufferAdd 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 Add(
float x,
float y,
float z,
float w,
float r,
float g,
float b,
float a
)
Parameters
- x Single
- The x position.
- y Single
- The y position.
- z Single
- The z position.
- w Single
- The w 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