enum MAGES::Interaction::HandPose::CombinationMode

Overview

Mode used to specify how to combine two hand poses. More…

enum CombinationMode
{
    First,
    Second,
    Blend,
};

Detailed Documentation

Mode used to specify how to combine two hand poses.

Enum Values

First

Use the fingers from the first pose.

Second

Use the fingers from the second pose.

Blend

Lerp between the fingers of the two poses.