Share via


ColorMesh.GetNormals Method

Kinect for Windows 1.8

Gets the collection of normals for this ColorMesh.

Syntax

public ReadOnlyCollection<Vector3> GetNormals ()

Return Value

Type: ReadOnlyCollection<Vector3>
Returns a read-only collection of normals for this ColorMesh. This collection contains one normal for each vertex in the collection returned by the GetVertices method, with a matching index.

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