Click or drag to resize

PositionIndexedTriangleBuffers Structure

Groups indexed triangle buffers that use positions, with optional color or UV data.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.Graph.Graph3D.GraphicsContextPositionIndexedTriangleBuffers

Namespace: Altaxo.Graph.Graph3D.GraphicsContext
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public struct PositionIndexedTriangleBuffers

The PositionIndexedTriangleBuffers type exposes the following members.

Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldIndexedTriangleBuffer Gets or sets the base indexed triangle buffer.
Public fieldPositionColorIndexedTriangleBuffer Gets or sets the position-color indexed triangle buffer.
Public fieldPositionIndexedTriangleBuffer Gets or sets the position indexed triangle buffer.
Public fieldPositionUVIndexedTriangleBuffer Gets or sets the position-UV indexed triangle buffer.
Top
See Also