Share via


ColorMesh.GetVertices Method

Kinect for Windows 1.8

Gets the collection of vertices for this ColorMesh.

Syntax

public ReadOnlyCollection<Vector3> GetVertices ()

Return Value

Type: ReadOnlyCollection<Vector3>
Returns a read-only collection of vertices for this ColorMesh. The collection returned by the GetColors method contains one color for each vertex in this collection. The collection returned by the GetNormals method contains one normal for each vertex in this collection. The indexes for all three collections match.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Fusion

Assembly: Microsoft.Kinect.Toolkit.Fusion (in microsoft.kinect.toolkit.fusion.dll)

See Also

Reference

ColorMesh Class
ColorMesh Members
Microsoft.Kinect.Toolkit.Fusion Namespace