IIndexedTriangleBufferAddTriangleIndices(Int32, Int32, Int32) Method |
Adds the indices for one triangle.
Namespace: Altaxo.Graph.Graph3D.GraphicsContextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void AddTriangleIndices(
int v1,
int v2,
int v3
)
Parameters
- v1 Int32
- The index of vertex 1.
- v2 Int32
- The index of vertex 2.
- v3 Int32
- The index of vertex 3.
See Also