Click or drag to resize

IPositionNormalUIndexedTriangleBuffer Interface

Interface to a buffer that stores indexed triangle data consisting of position, normal, and a scalar value.

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

The IPositionNormalUIndexedTriangleBuffer 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).
(Inherited from IIndexedTriangleBuffer)
Public propertyVertexCount Gets the number of vertices already stored in the buffer.
(Inherited from IIndexedTriangleBuffer)
Top
Methods
 NameDescription
Public methodAddTriangleIndices(Int32, Int32, Int32) Adds the indices for one triangle.
(Inherited from IIndexedTriangleBuffer)
Public methodAddTriangleIndices(Int32, Int32, Int32, Boolean) Adds the indices for one triangle.
(Inherited from IIndexedTriangleBuffer)
Public methodAddTriangleVertex Adds a triangle vertex.
Top
See Also