HandMeshInfo Class

Definition

Stores pointers and transform information for Hand Mesh data provided by current platform. This is the data container for the IMixedRealityHandMeshHandler input system event interface.

public ref class HandMeshInfo
public class HandMeshInfo
type HandMeshInfo = class
Public Class HandMeshInfo
Inheritance
HandMeshInfo

Constructors

HandMeshInfo()

Fields

normals

Pointer to the normals buffer of the hand mesh in the local coordinate system

position

Translation to apply to mesh to go from local coordinates to world coordinates

rotation

Rotation to apply to mesh to go from local coordinates to world coordinates

triangles

Pointer to the triangle indices buffer of the hand mesh.

uvs

Pointer to UV mapping of the hand mesh triangles

vertices

Pointer to vertices buffer of the hand mesh in the local coordinate system (i.e relative to center of hand)

Applies to