Click or drag to resize

IIndexedTriangleBuffer Interface

Interface to a buffer that stores indexed triangle data. This interface is the base interface of all indexed triangle buffers.

Namespace: Altaxo.Graph.Graph3D.GraphicsContext
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IIndexedTriangleBuffer

The IIndexedTriangleBuffer type exposes the following members.

Properties
 NameDescription
Public propertyTriangleCount Gets the number of triangles (the number of indices is 3 times the number of triangles).
Public propertyVertexCount Gets the number of triangles already stored in the buffer.
Top
Methods
 NameDescription
Public methodAddTriangleIndices(Int32, Int32, Int32) Adds the indices for one triangle.
Public methodAddTriangleIndices(Int32, Int32, Int32, Boolean) Adds the indices for one triangle.
Top
See Also