Click or drag to resize
DigitalRuneTriangleMeshIndices Property
Gets or sets the indices.

Namespace: DigitalRune.Geometry.Meshes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public List<int> Indices { get; set; }

Property Value

Type: ListInt32
The indices. The default value is an empty list.
Remarks
Always 3 indices define 1 triangle. Each index is the index of a vertex in Vertices
See Also