enum MAGES::HandPoseMode¶
Overview¶
The way the hand will match the corresponding to the object handpose. More…
enum HandPoseMode { Lerp, Snap, };
Detailed Documentation¶
The way the hand will match the corresponding to the object handpose.
Enum Values¶
Lerp
The hand will lerp to the corresponding handpose.
Snap
The hand will snap to the corresponding handpose.