enum MAGES::Interaction::VelocityBasedTransformProvider::PoseWeightMode¶
Overview¶
How should the transform be calculated. More…
enum PoseWeightMode
{
First,
Average,
};
Detailed Documentation¶
How should the transform be calculated.
Enum Values¶
First
Use only the first Interactor’s position and rotation.
Average
Calculate the average position and rotation from all interactors.